mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2026-02-04 14:58:08 +00:00
chore(renovate): separate multiple forgejo majors (#118)
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:
parent
05fe18d160
commit
38a2a1defd
1 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue