Skip to content

Commit 705f840

Browse files
feat(ci): renovate config
1 parent c0092c1 commit 705f840

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

renovate.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"extends": ["config:recommended"],
3+
"labels": ["dependencies", "renovate"],
4+
"timezone": "UTC",
5+
"schedule": ["* 4 * * 1"],
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+
}

0 commit comments

Comments
 (0)