Skip to content

Commit 6246d88

Browse files
authored
add a renovate configuration for terraform repo (#57)
1 parent 1537b23 commit 6246d88

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["github>app-sre/shared-pipelines//renovate/default.json"],
4+
"gomod": {
5+
"enabled": true
6+
},
7+
"postUpdateOptions": ["gomodTidy"]
8+
}

0 commit comments

Comments
 (0)