Merge pull request #2532 from robintown/renovate-warning

Fix Renovate warning
This commit is contained in:
Robin
2024-08-01 17:19:37 -04:00
committed by GitHub

View File

@@ -3,7 +3,10 @@
"extends": ["config:base"],
"packageRules": [
{
"extends": ["group:allNonMajor", "schedule:weekly"]
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["minor", "patch"],
"extends": ["schedule:weekly"]
},
{
"groupName": "GitHub Actions",