mirror of
https://github.com/valitydev/.github.git
synced 2024-11-06 01:55:23 +00:00
12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"extends": ["config:base"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["*"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"groupName": "all non-major dependencies",
|
|
"groupSlug": "all-minor-patch"
|
|
}
|
|
]
|
|
}
|