This commit is contained in:
parent
b8d34e47e9
commit
a8083e5435
1 changed files with 21 additions and 1 deletions
|
|
@ -4,5 +4,25 @@
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
],
|
||||||
"minimumReleaseAge": "14 days",
|
"minimumReleaseAge": "14 days",
|
||||||
"gitAuthor": "Renovate<noreply@sr2.uk>"
|
"gitAuthor": "Renovate<noreply@sr2.uk>",
|
||||||
|
"customManagers": [
|
||||||
|
{
|
||||||
|
"customType": "regex",
|
||||||
|
"description": "Update podman_link_stack_version in Ansible defaults",
|
||||||
|
"fileMatch": ["^roles/podman_link/defaults/main\\.yml$"],
|
||||||
|
"matchStrings": [
|
||||||
|
"podman_link_stack_version: (?<currentValue>[^\\s]+)"
|
||||||
|
],
|
||||||
|
"datasourceTemplate": "gitlab-tags",
|
||||||
|
"depNameTemplate": "digiresilience/link/link-stack",
|
||||||
|
"versioningTemplate": "semver"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchDatasources": ["gitlab-tags"],
|
||||||
|
"matchDepNames": ["digiresilience/link/link-stack"],
|
||||||
|
"registryUrls": ["https://gitlab.com"]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue