Added group rules
Some checks failed
Pull Request Pipeline / lint (pull_request) Has been cancelled
Pull Request Pipeline / test (pull_request) Has been cancelled
Pull Request Pipeline / localizations (pull_request) Has been cancelled
Renovate / renovate (push) Successful in 45s

This commit is contained in:
2026-05-22 17:03:47 +02:00
parent 062245abd5
commit 38c3a34fdd
2 changed files with 13 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ jobs:
RENOVATE_PLATFORM: gitea RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://git.yannick-weigert.de RENOVATE_ENDPOINT: https://git.yannick-weigert.de
RENOVATE_REPOSITORIES: liquid-development/game-tracker RENOVATE_REPOSITORIES: liquid-development/game-tracker
RENOVATE_GIT_AUTHOR: "Renovate Bot <renovate@yannick-weigert.de>" RENOVATE_GIT_AUTHOR: "Gitea Actions <actions@yannick-weigert.de>"
RENOVATE_CONFIG_FILE: renovate.json RENOVATE_CONFIG_FILE: renovate.json
LOG_LEVEL: info LOG_LEVEL: info
run: | run: |

View File

@@ -14,6 +14,18 @@
{ {
"matchManagers": ["pub"], "matchManagers": ["pub"],
"rangeStrategy": "bump" "rangeStrategy": "bump"
},
{
"matchManagers": ["pub"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "dart dependencies (non-major)",
"groupSlug": "dart-non-major"
},
{
"matchManagers": ["pub"],
"matchUpdateTypes": ["major"],
"groupName": "dart dependencies (major)",
"groupSlug": "dart-major"
} }
] ]
} }