add dependabot config

This commit is contained in:
Gabriel Augendre 2024-05-07 10:50:26 +02:00 committed by GitHub
parent ec963af14f
commit e7f3a75701
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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

@ -0,0 +1,12 @@
# Doc: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"