Add ignorePaths to Renovate configuration for Flux components
This commit is contained in:
parent
25616bb8e4
commit
730f54ddd4
1 changed files with 3 additions and 0 deletions
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
|
@ -3,6 +3,9 @@
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
|
"ignorePaths": [
|
||||||
|
"kubernetes/cluster/production/flux-system/gotk-components.yaml"
|
||||||
|
],
|
||||||
"flux": {
|
"flux": {
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"(^|/)kubernetes/.+\\.ya?ml$"
|
"(^|/)kubernetes/.+\\.ya?ml$"
|
||||||
|
|
Reference in a new issue