chore: init dependabot.yml config file

This commit is contained in:
Adrian Dischinger
2023-10-19 11:09:49 +00:00
parent 598ffdb4d3
commit e0b006391e

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

@@ -0,0 +1,13 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
# Maintain dependencies for go
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: daily