feat: Improve Docker build (#3682)

This commit is contained in:
Rene Leonhardt
2024-03-02 16:40:31 +01:00
committed by GitHub
parent be7f93924a
commit b53ba76a99
9 changed files with 48 additions and 21 deletions

View File

@@ -5,6 +5,14 @@
version: 2
updates:
- package-ecosystem: "docker" # Update image tags in Dockerfile
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions" # Update GitHub Actions
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule: