ci: added dependabot

This commit is contained in:
Felipe M. 2024-01-01 20:55:24 +01:00
parent f04ffc43e3
commit c2c75aae0c
Signed by: fmartingr
GPG Key ID: CCFBC5637D4000A8
1 changed files with 23 additions and 0 deletions

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

@ -0,0 +1,23 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
all:
patterns:
- "*"
# Maintain dependencies for Golang
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
groups:
all:
patterns:
- "*"