We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3325d3 commit 4ce2218Copy full SHA for 4ce2218
.github/renovate.json
@@ -1,26 +1,15 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
+ "globalExtends": [
4
"config:base"
5
],
6
+ "extends": ["group:allNonMajor"],
7
"packageRules": [
8
9
"description": "Create a PR whenever there is a new major version",
10
"matchUpdateTypes": [
11
"major"
12
]
- },
13
- {
14
- "description": "Create a PR grouping all non-major dependencies",
15
- "matchPackagePatterns": [
16
- "*"
17
- ],
18
- "matchUpdateTypes": [
19
- "minor",
20
- "patch"
21
22
- "groupName": "all non-major dependencies",
23
- "groupSlug": "all-minor-patch"
24
}
25
26
"ignorePaths": [
0 commit comments