Skip to content

Commit 3dd400c

Browse files
committed
Don't add internal dependency updates to release notes
1 parent 80dba97 commit 3dd400c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@
138138
matchUpdateTypes: ['minor'],
139139
enabled: false,
140140
},
141+
// don't add internal dependency updates to release notes
142+
{
143+
matchFileNames: ["hack/config/**", "hack/tools.mk"],
144+
matchPackageNames: ["!kubernetes-sigs/controller-tools", "!ko-build/ko"],
145+
addLabels: ['no-release-note']
146+
},
141147
{
142148
// combine upgrade of manifests and image tag in one PR
143149
groupName: 'external-dns',

0 commit comments

Comments
 (0)