mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-06 17:57:05 +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',
|
customType: 'regex',
|
||||||
managerFilePatterns: [
|
managerFilePatterns: [
|
||||||
'/.+\\.ya?ml$/',
|
'/.+\\.ya?ml$/',
|
||||||
|
'/.+\\.toml$/'
|
||||||
],
|
],
|
||||||
matchStrings: [
|
matchStrings: [
|
||||||
': (?<currentValue>.+) # renovate: datasource=(?<datasource>[a-z-]+) depName=(?<depName>[^\\s]+)(?: lookupName=(?<packageName>[^\\s]+))?(?: versioning=(?<versioning>[a-z-]+))?(?: extractVersion=(?<extractVersion>[^\\s]+))?',
|
': (?<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