renovate: group dev dependencies
All checks were successful
Python Linters / formatting (push) Successful in 35s
Python Linters / pylint (push) Successful in 37s
Python Linters / mypy (push) Successful in 35s
REUSE Compliance / reuse (push) Successful in 7s
Selftests / test-build-install (push) Successful in 31s
Selftests / test-sync (push) Successful in 50s
All checks were successful
Python Linters / formatting (push) Successful in 35s
Python Linters / pylint (push) Successful in 37s
Python Linters / mypy (push) Successful in 35s
REUSE Compliance / reuse (push) Successful in 7s
Selftests / test-build-install (push) Successful in 31s
Selftests / test-sync (push) Successful in 50s
This commit is contained in:
@@ -2,9 +2,10 @@
|
|||||||
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
extends: ["local>renovate-bot/renovate-config"],
|
extends: ["local>renovate-bot/renovate-config"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
// Merge all dev dependencies, even major versions
|
// Group and merge all dev dependencies, even major versions
|
||||||
{
|
{
|
||||||
"matchDepTypes": ["dev"],
|
"matchDepTypes": ["dev"],
|
||||||
|
"groupName": "all-dev-dependencies",
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
// Merge all other patch and minor dependencies
|
// Merge all other patch and minor dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user