mirror of
1
Fork 0

chore(renovate): fix regex

This commit is contained in:
Michael Kriese 2024-11-06 15:58:44 +01:00
parent 4e009474e0
commit 968ca15f06
No known key found for this signature in database
GPG Key ID: F8D7748549A5986A
1 changed files with 1 additions and 1 deletions

View File

@ -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",