Compare commits

..

2 Commits

Author SHA1 Message Date
renovate-bot f5dc0c45e6 Update docker.io/jenkins/jenkins Docker tag to v2.508
kaniko-test/pipeline/pr-main This commit looks good
kaniko-test/pipeline/head This commit looks good
2025-04-30 09:06:41 +00:00
matthias 18b7789668 renovate.json aktualisiert
kaniko-test/pipeline/head This commit looks good
2025-04-29 22:28:02 +00:00
+16 -1
View File
@@ -1,3 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platformAutomerge": true,
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"ignoreTests": true,
"automerge": true,
"automergeType": "pr"
}
]
}