chore(github): add dependabot configuration

This commit is contained in:
Quentin McGaw
2024-01-15 14:37:07 +00:00
parent bb807330bb
commit 343ab1cf96

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

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