File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 44version : 2
55
66updates :
7- # ────�� ─────────────────────────────────────────
7+ # ───── ─────────────────────────────────────────
88 # Go modules (go.mod / go.sum)
99 # ──────────────────────────────────────────────
1010 - package-ecosystem : " gomod"
@@ -21,9 +21,9 @@ updates:
2121 - " dependencies"
2222 - " go"
2323 commit-message :
24- prefix : " deps(go) "
25- include : " scope "
26- # Ignore indirect-only / low-churn deps that are pinned upstream
24+ prefix : " chore "
25+ prefix-development : " chore "
26+ # Ignore k8s major bumps — they require coordinated upgrades with external-dns
2727 ignore :
2828 - dependency-name : " k8s.io/*"
2929 update-types :
@@ -34,7 +34,7 @@ updates:
3434
3535 # ──────────────────────────────────────────────
3636 # GitHub Actions (.github/workflows/*.yml)
37- # ─────────── ───────────────────────────────────
37+ # ──────────�� ───────────────────────────────────
3838 - package-ecosystem : " github-actions"
3939 directory : " /"
4040 schedule :
@@ -49,8 +49,8 @@ updates:
4949 - " dependencies"
5050 - " github-actions"
5151 commit-message :
52- prefix : " deps(ci) "
53- include : " scope "
52+ prefix : " chore "
53+ prefix-development : " chore "
5454
5555 # ──────────────────────────────────────────────
5656 # Docker (Dockerfile)
@@ -69,5 +69,5 @@ updates:
6969 - " dependencies"
7070 - " docker"
7171 commit-message :
72- prefix : " deps(docker) "
73- include : " scope "
72+ prefix : " chore "
73+ prefix-development : " chore "
You can’t perform that action at this time.
0 commit comments