Set up automated updates for Docker base images and Go packages

This commit is contained in:
Frederik Ring 2023-06-10 14:42:28 +02:00 committed by GitHub
parent dc8172b673
commit 336dece328
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly