Skip to content

Commit 9987431

Browse files
Configure Renovate (#1344)
Co-authored-by: Andrew Peabody <[email protected]>
1 parent cc7b036 commit 9987431

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/renovate.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base",
5+
":semanticCommits",
6+
":preserveSemverRanges"
7+
],
8+
"stabilityDays":7,
9+
"ignorePaths": [],
10+
"labels": ["dependencies"],
11+
"vulnerabilityAlerts":{
12+
"labels":[
13+
"type:security"
14+
],
15+
"stabilityDays":0
16+
},
17+
"packageRules": [
18+
{
19+
"matchDepTypes": ["module"],
20+
"groupName": "TF modules",
21+
"separateMajorMinor":false
22+
},
23+
{
24+
"matchDepTypes": ["require"],
25+
"groupName": "GO modules",
26+
"postUpdateOptions": ["gomodTidy"],
27+
"separateMajorMinor":false
28+
}
29+
]
30+
}

0 commit comments

Comments
 (0)