add ignorePaths to renovate

This commit is contained in:
Lee 2024-09-22 01:19:41 +01:00
parent 23ff79b4d7
commit 73ba70b888

@ -10,6 +10,7 @@
":timezone(Europe/London)" ":timezone(Europe/London)"
], ],
"dependencyDashboardTitle": "Renovate Dashboard 🤖", "dependencyDashboardTitle": "Renovate Dashboard 🤖",
"ignorePaths": ["**/*.sops.*", "**/.archive/**", "**/resources/**"],
"flux": { "flux": {
"fileMatch": ["\\.yaml$"] "fileMatch": ["\\.yaml$"]
}, },