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 7fd4203 commit 0e74976Copy full SHA for 0e74976
renovate.json
@@ -1,5 +1,33 @@
1
{
2
"extends": [
3
- "config:base"
+ "config:base",
4
+ "group:allNonMajor",
5
+ ":semanticCommitTypeAll(chore)"
6
+ ],
7
+ "packageRules": [
8
+ {
9
+ "datasources": ["packagist"],
10
+ "updateTypes": ["patch", "minor"],
11
+ "packageNames": [
12
+ "drupal/core-dev",
13
+ "drupal/core-dev-pinned",
14
+ "drupal/core-recommended",
15
+ "drupal/core-composer-scaffold",
16
+ "drupal/core-project-message"
17
18
+ "groupName": "Drupal Core"
19
+ },
20
21
22
+ "updateTypes": ["major"],
23
24
25
26
27
28
29
30
+ "enabled": false
31
+ }
32
]
33
}
0 commit comments