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
Signed-off-by: viceice <michael.kriese@gmx.de>
This commit is contained in:
parent
05fe18d160
commit
c9db17b662
1 changed files with 8 additions and 0 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue