chore(renovate): separate multiple forgejo majors (#118)
Some checks are pending
/ integration (push) Waiting to run
/ tests (push) Waiting to run

Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/118
Co-authored-by: viceice <michael.kriese@gmx.de>
Co-committed-by: viceice <michael.kriese@gmx.de>
This commit is contained in:
viceice 2026-01-09 09:12:26 +00:00 committed by Michael Kriese
parent 05fe18d160
commit 38a2a1defd
No known key found for this signature in database
GPG key ID: F128CBE6AB3A7201

View file

@ -3,6 +3,14 @@
"extends": [ "extends": [
"local>actions/renovate-config" "local>actions/renovate-config"
], ],
"packageRules": [
{
"description": "separate multiple major and minor for forgejo",
"matchDepNames": ["code.forgejo.org/forgejo/forgejo"],
"separateMultipleMajor": true,
"separateMultipleMinor": true
}
],
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",