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',
|
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]+))?',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
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: [
|
postUpdateOptions: [
|
||||||
'gomodUpdateImportPaths',
|
'gomodUpdateImportPaths',
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
go = "1.25.0"
|
go = "1.25.0"
|
||||||
golangci-lint = "v2.4.0"
|
golangci-lint = "v2.4.0"
|
||||||
goreleaser = "v2.9.0"
|
goreleaser = "v2.9.0"
|
||||||
"github:rust-lang/mdBook" = "v0.4.52" # renovate: datasource=github-releases depName=rust-lang/mdbook
|
mdbook = "v0.4.52" # renovate: datasource=github-releases depName=rust-lang/mdbook
|
||||||
"github:ko-build/ko" = "v0.18.0" # renovate: datasource=github-releases depName=ko-build/ko
|
ko = "v0.18.0" # renovate: datasource=github-releases depName=ko-build/ko
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
# Experimental features are needed for the Go backend
|
# Experimental features are needed for the Go backend
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue