mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-01-22 19:20:39 +00:00
chore(renovate): separate multiple forgejo majors
Signed-off-by: viceice <michael.kriese@gmx.de>
This commit is contained in:
parent
05fe18d160
commit
c9db17b662
|
|
@ -3,6 +3,14 @@
|
|||
"extends": [
|
||||
"local>actions/renovate-config"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "separate multiple major and minor for forgejo",
|
||||
"matchDepNames": ["code.forgejo.org/forgejo/forgejo"],
|
||||
"separateMultipleMajor": true,
|
||||
"separateMultipleMinor": true
|
||||
}
|
||||
],
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
|
|
|
|||
Loading…
Reference in a new issue