Skip to content

Commit 730f54d

Browse files
committedFeb 23, 2025
Add ignorePaths to Renovate configuration for Flux components
1 parent 25616bb commit 730f54d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"extends": [
44
"config:recommended"
55
],
6+
"ignorePaths": [
7+
"kubernetes/cluster/production/flux-system/gotk-components.yaml"
8+
],
69
"flux": {
710
"fileMatch": [
811
"(^|/)kubernetes/.+\\.ya?ml$"

0 commit comments

Comments
 (0)
Please sign in to comment.