forked from mirrors/jj
github: add a dependabot config
This was another security recommendation for projects by Google employees.
This commit is contained in:
parent
b5659ec680
commit
8b6932f837
1 changed files with 16 additions and 0 deletions
16
.github/dependabot.yml
vendored
Normal file
16
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
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:"
|
Loading…
Reference in a new issue