Skip to content

Commit ecdcae1

Browse files
chore: update .github/renovate.json
1 parent f1f2a4d commit ecdcae1

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.github/renovate.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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+
"matchPackageNames": ["go"],
31+
"allowedVersions": "<1.19.0",
32+
"postUpdateOptions": ["gomodTidy"]
33+
}
34+
]
35+
}

0 commit comments

Comments
 (0)