Skip to content

Commit 3b82307

Browse files
chore: update .github/renovate.json
1 parent 587f1cd commit 3b82307

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/renovate.json

Lines changed: 9 additions & 1 deletion
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": [],
@@ -14,6 +15,9 @@
1415
],
1516
"stabilityDays":0
1617
},
18+
"major": {
19+
"semanticCommitType": "feat!"
20+
},
1721
"packageRules": [
1822
{
1923
"matchDepTypes": ["module"],
@@ -35,6 +39,10 @@
3539
"matchPackageNames": ["google", "google-beta"],
3640
"groupName": "terraform googles",
3741
"separateMajorMinor": false
42+
},
43+
{
44+
"matchPaths": ["examples/**", "test/**", ".github/**"],
45+
"extends": [":semanticCommitTypeAll(chore)"]
3846
}
3947
]
4048
}

0 commit comments

Comments
 (0)