chore(config): migrate renovate config #4

Merged
mmckinnon merged 1 commits from renovate/migrate-config into master 2025-10-04 09:28:41 +10:00
Showing only changes of commit b9028ca0da - Show all commits

View File

@ -10,11 +10,18 @@
"major": {
"automerge": false,
"commitMessagePrefix": "chore(deps-major): ",
"labels": ["dependencies", "breaking"]
"labels": [
"dependencies",
"breaking"
]
},
"regexManagers": [
"customManagers": [
{
"fileMatch": ["(^|/)tasks/.*\\.ya?ml$", "(^|/)playbooks/.*\\.ya?ml$"],
"customType": "regex",
"managerFilePatterns": [
"/(^|/)tasks/.*\\.ya?ml$/",
"/(^|/)playbooks/.*\\.ya?ml$/"
],
"matchStrings": [
"(?<varName>\\w+_image):\\s+\"(?<depName>[\\w./-]+):(?<currentValue>[\\w.-]+)\""
],