mirror of
https://github.com/martinvonz/jj.git
synced 2024-11-10 14:16:24 +03:00
8b6932f837
This was another security recommendation for projects by Google employees.
17 lines
330 B
YAML
17 lines
330 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "cargo"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 10
|
|
commit-message:
|
|
prefix: "cargo:"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 10
|
|
commit-message:
|
|
prefix: "github:"
|