Skip to content

Commit dd36d66

Browse files
chore: update .github/renovate.json
1 parent 6c61301 commit dd36d66

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/renovate.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
"extends": [
44
"config:base",
55
":semanticCommits",
6-
":preserveSemverRanges"
6+
":preserveSemverRanges",
7+
":rebaseStalePrs"
78
],
89
"stabilityDays":7,
910
"ignorePaths": [],
@@ -15,10 +16,17 @@
1516
"stabilityDays":0
1617
},
1718
"packageRules": [
19+
{
20+
"matchPaths": ["examples/**", "test/**", ".github/**"],
21+
"extends": [":semanticCommitTypeAll(chore)"]
22+
},
1823
{
1924
"matchDepTypes": ["module"],
2025
"groupName": "TF modules",
21-
"separateMajorMinor":false
26+
"separateMajorMinor":false,
27+
"major": {
28+
"semanticCommitType": "feat!"
29+
}
2230
},
2331
{
2432
"matchDepTypes": ["require"],

0 commit comments

Comments
 (0)