Reconfigure for forgejo/woodpecker

This commit is contained in:
Stephan Schnabel 2025-05-28 19:33:55 +02:00
parent f421be47af
commit 3046b35ec0
Signed by: stephan.schnabel
SSH key fingerprint: SHA256:99zuzxNGFb5/5P+E/O7ONU2qhUojUe/D8rIPTW+9Xp0
18 changed files with 1144 additions and 375 deletions

33
renovate.json Normal file
View file

@ -0,0 +1,33 @@
{
"$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
}
]
}