Files
journal-bot/renovate.json5
Remy Moll 918d64d6cf
All checks were successful
Build container / Build (push) Successful in 39s
switch to semver so that renovate is happy
2025-07-30 12:10:23 +02:00

18 lines
480 B
Plaintext

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": true,
"packageRules": [
// Fully automatically update the container version referenced in the deployment
{
"matchPackageNames": ["@kubernetes-sigs/kustomize"],
"automerge": true,
"automergeType": "branch",
"ignoreTests": true,
"commitMessagePrefix": "[skip ci]",
"registryUrls": [
"https://git.kluster.moll.re"
],
}
],
}