chore: add dependabot config

This commit is contained in:
Christian Muehlhaeuser 2022-11-15 17:00:16 +01:00
parent c21c4a78c4
commit 8ae5c81181
No known key found for this signature in database
GPG Key ID: 3A371AA367F6CC1F
1 changed files with 14 additions and 0 deletions

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

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"