Files
journal-bot/renovate.json5
Remy Moll f545b869f9
All checks were successful
Build container / Build (push) Successful in 38s
Update renovate.json5
2025-07-29 22:22:49 +00:00

18 lines
479 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"
]
}
],
}