mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
ci: separate renovate manager for toml (#244)
This commit is contained in:
parent
44b76e55f8
commit
f077b647e7
2 changed files with 11 additions and 3 deletions
10
.github/renovate.json5
vendored
10
.github/renovate.json5
vendored
|
|
@ -64,12 +64,20 @@
|
|||
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]+))?',
|
||||
],
|
||||
},
|
||||
{
|
||||
customType: 'regex',
|
||||
managerFilePatterns: [
|
||||
'/.+\\.toml$/'
|
||||
],
|
||||
matchStrings: [
|
||||
'= "(?<currentValue>.+)" # renovate: datasource=(?<datasource>[a-z-]+) depName=(?<depName>[^\\s]+)(?: lookupName=(?<packageName>[^\\s]+))?(?: versioning=(?<versioning>[a-z-]+))?(?: extractVersion=(?<extractVersion>[^\\s]+))?',
|
||||
],
|
||||
}
|
||||
],
|
||||
postUpdateOptions: [
|
||||
'gomodUpdateImportPaths',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue