1
0
Fork 0
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:
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

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