mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 21:21:03 +00:00
ci: allow regex manager in toml files for mise (#243)
This commit is contained in:
parent
e83a7c9a23
commit
44b76e55f8
1 changed files with 1 additions and 0 deletions
1
.github/renovate.json5
vendored
1
.github/renovate.json5
vendored
|
|
@ -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]+))?',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue