Skip to content

Commit 4d5fe8e

Browse files
feat(ci): renovate config
1 parent c0092c1 commit 4d5fe8e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

renovate.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"extends": ["config:base"],
3+
"labels": ["dependencies", "renovate"],
4+
"timezone": "Europe/Berlin",
5+
"schedule": ["before 5am on monday"],
6+
"packageRules": [
7+
{
8+
"matchManagers": ["gomod"],
9+
"enabled": true,
10+
"groupName": "Go dependencies",
11+
"automerge": false
12+
},
13+
{
14+
"matchManagers": ["gomod"],
15+
"matchDepTypes": ["golang"],
16+
"groupName": "Go toolchain",
17+
"automerge": false,
18+
"rangeStrategy": "bump"
19+
},
20+
{
21+
"matchManagers": ["github-actions"],
22+
"groupName": "GitHub Actions",
23+
"automerge": false
24+
}
25+
]
26+
}
27+

0 commit comments

Comments
 (0)