Compare commits

..

2 commits

Author SHA1 Message Date
c507f140d8
add Renovate annotation for Keycloak
All checks were successful
ci/woodpecker/push/keycloak Pipeline was successful
2026-04-05 01:21:48 +02:00
d80164c60a
add custom manager for letting Renovate find deps in woodpecker matrix 2026-04-05 01:20:12 +02:00

View file

@ -3,6 +3,7 @@
"extends": [
"config:recommended"
],
"packageRules": {
"customManagers": [
// Custom manager using regex for letting Renovate find dependencies in woodpecker Matrix variables.
{
@ -16,3 +17,4 @@
}
]
}
}