chore(config): migrate Renovate config #21
1 changed files with 3 additions and 1 deletions
|
|
@ -9,7 +9,9 @@
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "Update podman_link_stack_version in Ansible defaults",
|
"description": "Update podman_link_stack_version in Ansible defaults",
|
||||||
"fileMatch": ["^roles/podman_link/defaults/main\\.yml$"],
|
"managerFilePatterns": [
|
||||||
|
"/^roles/podman_link/defaults/main\\.yml$/"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"podman_link_stack_version: (?<currentValue>[^\\s]+)"
|
"podman_link_stack_version: (?<currentValue>[^\\s]+)"
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue