ok/jj
1
0
Fork 0
forked from mirrors/jj

github: add a dependabot config

This was another security recommendation for projects by Google
employees.
This commit is contained in:
Martin von Zweigbergk 2022-03-16 20:44:00 -07:00 committed by Martin von Zweigbergk
parent b5659ec680
commit 8b6932f837

16
.github/dependabot.yml vendored Normal file
View 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:"