46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"$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
|
|
}
|
|
],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": ["Dockerfile", ".woodpecker/build.yaml", ".woodpecker/push.yaml"],
|
|
"matchStrings": [
|
|
"org.opencontainers.image.version=(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)",
|
|
"yamllint==(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)",
|
|
"kokuwaio/yamllint:(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)"
|
|
],
|
|
"datasourceTemplate": "github-tags",
|
|
"packageNameTemplate": "adrienverge/yamllint"
|
|
}
|
|
]
|
|
}
|