Auto stash 123before merge of "main" and "origin/renovate/gcr.io-kaniko-project-executor-1.24.x"
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test/1 Pipeline was successful
ci/woodpecker/pr/test/2 Pipeline was successful
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed
Some checks failed
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test/1 Pipeline was successful
ci/woodpecker/pr/test/2 Pipeline was successful
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/test/1 Pipeline failed
ci/woodpecker/push/test/2 Pipeline failed
This commit is contained in:
parent
1c50472399
commit
b2457efd3f
15 changed files with 425 additions and 353 deletions
|
@ -1,33 +1,20 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"labels": ["renovate", "renovate-manager/{{{manager}}}", "renovate-type/{{{updateType}}}"],
|
||||
"dependencyDashboard": true,
|
||||
"dependencyDashboardLabels": ["renovate"],
|
||||
"dependencyDashboardApproval": true,
|
||||
"dependencyDashboardOSVVulnerabilitySummary": "all",
|
||||
"separateMajorMinor": true,
|
||||
"separateMinorPatch": true,
|
||||
"separateMultipleMinor": true,
|
||||
"separateMultipleMajor": true,
|
||||
"pinDigests": true,
|
||||
"automerge": false,
|
||||
"automergeStrategy": "fast-forward",
|
||||
"rebaseWhen": "behind-base-branch",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["digest"],
|
||||
"dependencyDashboardApproval": false,
|
||||
"automergeType": "branch"
|
||||
},{
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"dependencyDashboardApproval": false,
|
||||
"automerge": true
|
||||
},{
|
||||
"matchUpdateTypes": ["minor"],
|
||||
"dependencyDashboardApproval": false
|
||||
},{
|
||||
"matchManagers": ["woodpecker"],
|
||||
"pinDigests": false
|
||||
}
|
||||
]
|
||||
"extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"] ,
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": ["Dockerfile"],
|
||||
"matchStrings": ["github.com/jqlang/jq/releases/download/(?<currentValue>jq-[0-9]+\\.[0-9]+\\.[0-9]+)/jq-linux-\\$SUFFIX"],
|
||||
"datasourceTemplate": "github-tags",
|
||||
"packageNameTemplate": "jqlang/jq",
|
||||
"versioningTemplate": "regex:^jq-?(?<major>[0-9]+)\\.(?<minor>[0-9]+)\\.(?<patch>[0-9]+)?$"
|
||||
},{
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": ["Dockerfile"],
|
||||
"matchStrings": ["github.com/stunnel/static-curl/releases/download/(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)/curl-linux-\\$SUFFIX-glibc", "glibc-(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+).tar.xz"],
|
||||
"datasourceTemplate": "github-tags",
|
||||
"packageNameTemplate": "stunnel/static-curl"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue