Added group rules
This commit is contained in:
@@ -27,7 +27,7 @@ jobs:
|
||||
RENOVATE_PLATFORM: gitea
|
||||
RENOVATE_ENDPOINT: https://git.yannick-weigert.de
|
||||
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
|
||||
LOG_LEVEL: info
|
||||
run: |
|
||||
|
||||
@@ -14,6 +14,18 @@
|
||||
{
|
||||
"matchManagers": ["pub"],
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user