fix(renovate): extend configuration
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-05-07 18:00:10 +02:00
parent 9e5422af84
commit bc851dd3c5
2 changed files with 12 additions and 2 deletions

View File

@@ -11,5 +11,15 @@
}
],
"rebaseLabel": "renovate/rebase",
"rebaseWhen": "behind-base-branch"
"rebaseWhen": "behind-base-branch",
"regexManagers": [
{
"description": "Update PKGBUILD version",
"fileMatch": [ "(^|/)PKGBUILD$" ],
"matchStrings": [
"pkgver=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)( lookupName=(?<lookupName>.*))?( versioning=(?<versioning>.*))?"
],
"extractVersionTemplate": "^v?(?<version>.*)$"
}
]
}