Compare commits
2 commits
d0cad32eaa
...
c507f140d8
| Author | SHA1 | Date | |
|---|---|---|---|
|
c507f140d8 |
|||
|
d80164c60a |
2 changed files with 16 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ 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,5 +2,19 @@
|
||||||
"$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