Set up automated updates for Docker base images and Go packages

This commit is contained in:
2024-10-23 09:50:09 +02:00
committed by GitHub
parent ca241b4fef
commit 90f5391b24

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