chore(config): migrate config renovate.json
This commit is contained in:
@ -10,15 +10,22 @@
|
||||
"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.-]+)\""
|
||||
],
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user