mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-21 08:31:27 -05:00
chore(renovate): fix regex
This commit is contained in:
parent
4e009474e0
commit
968ca15f06
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@
|
|||
},
|
||||
{
|
||||
"description": "Disable renovate self-updates for release branches",
|
||||
"matchBaseBranches": ["^v\\d+\\.\\d+\\/forgejo$"],
|
||||
"matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],
|
||||
"matchDatasources": ["docker"],
|
||||
"matchPackageNames": [
|
||||
"code.forgejo.org/forgejo-contrib/renovate",
|
||||
|
|
Loading…
Reference in a new issue