Compare commits
2 Commits
3f65252b67
...
81023b1bd3
Author | SHA1 | Date | |
---|---|---|---|
81023b1bd3 | |||
b9028ca0da |
@ -10,11 +10,18 @@
|
|||||||
"major": {
|
"major": {
|
||||||
"automerge": false,
|
"automerge": false,
|
||||||
"commitMessagePrefix": "chore(deps-major): ",
|
"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": [
|
"matchStrings": [
|
||||||
"(?<varName>\\w+_image):\\s+\"(?<depName>[\\w./-]+):(?<currentValue>[\\w.-]+)\""
|
"(?<varName>\\w+_image):\\s+\"(?<depName>[\\w./-]+):(?<currentValue>[\\w.-]+)\""
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user