ci: allow regex manager in toml files for mise (#243)

This commit is contained in:
Julian Tölle 2025-08-24 16:56:11 +02:00 committed by GitHub
parent e83a7c9a23
commit 44b76e55f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,6 +64,7 @@
customType: 'regex',
managerFilePatterns: [
'/.+\\.ya?ml$/',
'/.+\\.toml$/'
],
matchStrings: [
': (?<currentValue>.+) # renovate: datasource=(?<datasource>[a-z-]+) depName=(?<depName>[^\\s]+)(?: lookupName=(?<packageName>[^\\s]+))?(?: versioning=(?<versioning>[a-z-]+))?(?: extractVersion=(?<extractVersion>[^\\s]+))?',