Merge pull request #2532 from robintown/renovate-warning
Fix Renovate warning
This commit is contained in:
@@ -3,7 +3,10 @@
|
|||||||
"extends": ["config:base"],
|
"extends": ["config:base"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"extends": ["group:allNonMajor", "schedule:weekly"]
|
"groupName": "all non-major dependencies",
|
||||||
|
"groupSlug": "all-minor-patch",
|
||||||
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
"extends": ["schedule:weekly"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"groupName": "GitHub Actions",
|
"groupName": "GitHub Actions",
|
||||||
|
|||||||
Reference in New Issue
Block a user