ci: Add dependabot.yml

This commit is contained in:
TwiN
2022-11-01 23:30:35 -04:00
committed by GitHub
parent fed021826a
commit d4983733f5

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

@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "wednesday"
- package-ecosystem: "gomod"
directory: "/"
open-pull-requests-limit: 1
schedule:
interval: "weekly"
day: "wednesday"