Skip to content

Commit 3aea4c7

Browse files
authored
Merge pull request #31 from containeroo/renovate/migrate-config
chore(config): migrate renovate config
2 parents 8a23655 + 1b51a4c commit 3aea4c7

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/renovate.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"],
4-
"labels": ["dependencies"],
5-
"postUpdateOptions": ["gomodTidy"]
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"labels": [
7+
"dependencies"
8+
],
9+
"postUpdateOptions": [
10+
"gomodTidy"
11+
]
612
}

0 commit comments

Comments
 (0)