File tree Expand file tree Collapse file tree 1 file changed +12
-18
lines changed Expand file tree Collapse file tree 1 file changed +12
-18
lines changed Original file line number Diff line number Diff line change 1- # version: 2
2- # updates:
3- # # Docker dependencies (for base image updates)
4- # - package-ecosystem: "docker"
5- # directory: "/" # Path to Dockerfile
6- # schedule:
7- # interval: "weekly" # Check for updates weekly
1+ version : 2
2+ updates :
3+ # Docker dependencies (base image updates)
4+ - package-ecosystem : " docker"
5+ directory : " /" # Root path where your Dockerfile lives
6+ schedule :
7+ interval : " weekly"
88
9- # # Helm dependencies (for chart dependency updates)
10- # - package-ecosystem: "helm"
11- # directory: "charts/my-kubernetes-app" # Path to your Helm chart directory
12- # schedule:
13- # interval: "weekly" # Check for updates weekly
14-
15- # # GitHub Actions dependencies (for updating actions versions)
16- # - package-ecosystem: "github-actions"
17- # directory: ".github/workflows" # Path to GitHub Actions workflows directory
18- # schedule:
19- # interval: "weekly" # Check for updates weekly
9+ # GitHub Actions dependencies (action version updates)
10+ - package-ecosystem : " github-actions"
11+ directory : " .github/workflows"
12+ schedule :
13+ interval : " weekly"
You can’t perform that action at this time.
0 commit comments