(chore) Add dependabot config to keep tooling up to date. (#1346)

Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
This commit is contained in:
Josh Suereth 2024-08-19 12:24:07 -04:00 committed by GitHub
parent f7d30b1755
commit 786dc30aad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 20 additions and 0 deletions

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

@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
- package-ecosystem: "github-actions"
directory: ".github"
schedule:
interval: "weekly"
day: "sunday"
- package-ecosystem: "gomod"
directory: "internal/tools"
schedule:
interval: "daily"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"