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 6c61301 commit dd36d66Copy full SHA for dd36d66
.github/renovate.json
@@ -3,7 +3,8 @@
3
"extends": [
4
"config:base",
5
":semanticCommits",
6
- ":preserveSemverRanges"
+ ":preserveSemverRanges",
7
+ ":rebaseStalePrs"
8
],
9
"stabilityDays":7,
10
"ignorePaths": [],
@@ -15,10 +16,17 @@
15
16
"stabilityDays":0
17
},
18
"packageRules": [
19
+ {
20
+ "matchPaths": ["examples/**", "test/**", ".github/**"],
21
+ "extends": [":semanticCommitTypeAll(chore)"]
22
+ },
23
{
24
"matchDepTypes": ["module"],
25
"groupName": "TF modules",
- "separateMajorMinor":false
26
+ "separateMajorMinor":false,
27
+ "major": {
28
+ "semanticCommitType": "feat!"
29
+ }
30
31
32
"matchDepTypes": ["require"],
0 commit comments