Merge pull request 'Migrate renovate config' (#71) from renovate/migrate-config into main

Reviewed-on: https://gitea.akshun-lab.uk/akshun/public-k3s/pulls/71
This commit was merged in pull request #71.
This commit is contained in:
2025-07-09 13:58:14 +00:00

View File

@@ -7,9 +7,13 @@
"**/disabled/**" "**/disabled/**"
], ],
"flux": { "flux": {
"fileMatch": ["\\.yml$"] "managerFilePatterns": [
"/\\.yml$/"
]
}, },
"kubernetes": { "kubernetes": {
"fileMatch": ["\\.yml$"] "managerFilePatterns": [
"/\\.yml$/"
]
} }
} }