Merge pull request #9504 from AkihiroSuda/dependabot

CI: enable dependabot
This commit is contained in:
Maksym Pavlenko 2023-12-12 23:41:52 +00:00 committed by GitHub
commit 8f1479132f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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