Compare commits
No commits in common. "c507f140d803cbabf15e583de38b6d32bfc82c90" and "195d947c6acd090b5112e0d26ee75e08637ea2c2" have entirely different histories.
c507f140d8
...
195d947c6a
2 changed files with 1 additions and 16 deletions
|
|
@ -19,7 +19,6 @@ workspace:
|
||||||
# Also because global environment variables aren't a thing.
|
# Also because global environment variables aren't a thing.
|
||||||
matrix:
|
matrix:
|
||||||
KEYCLOAK_VERSION:
|
KEYCLOAK_VERSION:
|
||||||
# renovate: datasource=docker depName=quay.io/keycloak/keycloak
|
|
||||||
- 26.5.7
|
- 26.5.7
|
||||||
IMAGE_NAME:
|
IMAGE_NAME:
|
||||||
- git.hamburg.ccc.de/ccchh/oci-images/keycloak
|
- git.hamburg.ccc.de/ccchh/oci-images/keycloak
|
||||||
|
|
|
||||||
|
|
@ -2,19 +2,5 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"config:recommended"
|
"config:recommended"
|
||||||
],
|
|
||||||
"packageRules": {
|
|
||||||
"customManagers": [
|
|
||||||
// Custom manager using regex for letting Renovate find dependencies in woodpecker Matrix variables.
|
|
||||||
{
|
|
||||||
"customType": "regex",
|
|
||||||
"managerFilePatterns": [
|
|
||||||
"/^\\.woodpecker/.*\\.ya?ml$/"
|
|
||||||
],
|
|
||||||
"matchStrings": [
|
|
||||||
"# renovate: datasource=(?<datasource>[a-zA-Z0-9-._]+?) depName=(?<depName>[^\\s]+?)(?: packageName=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?\\s*-\\s*[\"']?(?<currentValue>.+?)[\"']?\\s"
|
|
||||||
]
|
]
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue