renovate bot: Ignore bundle.yaml kubernetes files

This commit is contained in:
Finn 2024-10-02 09:41:20 -07:00
parent 01ffa3e40c
commit 5e27b2a48f

View file

@ -3,6 +3,7 @@
"kubernetes": { "kubernetes": {
"fileMatch": [ "fileMatch": [
"k8s/.+\\.yaml$" "k8s/.+\\.yaml$"
] ],
"ignorePaths": ["**/bundle.yaml"]
} }
} }