mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
chore(config): migrate config .github/renovate.json5 (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d91d93fc8c
commit
ad13dc24e0
1 changed files with 2 additions and 2 deletions
4
.github/renovate.json5
vendored
4
.github/renovate.json5
vendored
|
|
@ -62,8 +62,8 @@
|
|||
customManagers: [
|
||||
{
|
||||
customType: 'regex',
|
||||
fileMatch: [
|
||||
'.+\\.ya?ml$',
|
||||
managerFilePatterns: [
|
||||
'/.+\\.ya?ml$/',
|
||||
],
|
||||
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