Skip to content

Commit b2a7d25

Browse files
committed
chore: add renovate configuration file
1 parent 83d7e8a commit b2a7d25

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
"group:allNonMajor"
6+
],
7+
"reviewers": ["xMoelletschi"],
8+
"postUpdateOptions": ["gomodTidy"],
9+
"dependencyDashboardLabels": ["renovate"],
10+
"labels": ["renovate"]
11+
}

0 commit comments

Comments
 (0)