Create Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2020-10-19 14:27:21 +00:00 committed by OpenShift Merge Robot
parent 0c3f73b720
commit 7b1cdca433

17
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,17 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/rust/libdnf-sys"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: cargo
directory: "/rust"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: gitsubmodule
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10