Browse Source

Add group:linters to Renovate config

Alec Rust 2 years ago
parent
commit
d0e81cbf15
1 changed files with 1 additions and 0 deletions
  1. 1 0
      renovate.json

+ 1 - 0
renovate.json

@@ -5,6 +5,7 @@
 		":pinAllExceptPeerDependencies",
 		":automergeLinters",
 		"group:allNonMajor",
+		"group:linters",
 		"schedule:weekdays"
 	],
 	"enabledManagers": ["npm", "composer", "github-actions"],