File tree Expand file tree Collapse file tree 1 file changed +1
-27
lines changed
Expand file tree Collapse file tree 1 file changed +1
-27
lines changed Original file line number Diff line number Diff line change 33# Repo: mrz1836/<repo>
44#
55# Purpose:
6- # • Keep Go modules, GitHub Actions, DevContainer images/features, and Docker
6+ # • Keep Go modules, GitHub Actions and DevContainer images/features
77# base images up‑to‑date with zero‑day security patches and semantic‑version
88# upgrades.
99# • Reduce attack surface by limiting outdated dependencies.
@@ -100,29 +100,3 @@ updates:
100100 commit-message :
101101 prefix : " chore"
102102 include : " scope"
103-
104- # ──────────────────────────────────────────────────────────────
105- # 4. Dockerfiles (any Dockerfile in repo root or sub‑dirs)
106- # ──────────────────────────────────────────────────────────────
107- - package-ecosystem : " docker"
108- directory : " /"
109- target-branch : " master"
110- schedule :
111- interval : " weekly"
112- day : " monday"
113- time : " 09:45"
114- timezone : " America/New_York"
115- allow :
116- - dependency-type : " direct"
117- ignore :
118- - dependency-name : " alpine"
119- - dependency-name : " scratch"
120- groups :
121- dockerfiles-all :
122- patterns : ["*"]
123- open-pull-requests-limit : 5
124- assignees : ["mrz1836"]
125- labels : ["chore", "dependencies", "docker"]
126- commit-message :
127- prefix : " chore"
128- include : " scope"
You can’t perform that action at this time.
0 commit comments