Skip to content

Commit d8f3d30

Browse files
chore: update .github/renovate.json
1 parent b6610fa commit d8f3d30

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/renovate.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,18 @@
1515
],
1616
"stabilityDays":0
1717
},
18-
"major": {
19-
"semanticCommitType": "feat!"
20-
},
2118
"packageRules": [
19+
{
20+
"matchPaths": ["examples/**", "test/**", ".github/**"],
21+
"extends": [":semanticCommitTypeAll(chore)"]
22+
},
2223
{
2324
"matchDepTypes": ["module"],
2425
"groupName": "TF modules",
25-
"separateMajorMinor":false
26+
"separateMajorMinor":false,
27+
"major": {
28+
"semanticCommitType": "feat!"
29+
}
2630
},
2731
{
2832
"matchDepTypes": ["require"],
@@ -39,10 +43,6 @@
3943
"matchPackageNames": ["google", "google-beta"],
4044
"groupName": "terraform googles",
4145
"separateMajorMinor": false
42-
},
43-
{
44-
"matchPaths": ["examples/**", "test/**", ".github/**"],
45-
"extends": [":semanticCommitTypeAll(chore)"]
4646
}
4747
]
4848
}

0 commit comments

Comments
 (0)