Skip to content

Commit 3ec23d3

Browse files
committed
Add renovate config
Signed-off-by: Ivan Valdes <[email protected]>
1 parent 643baac commit 3ec23d3

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/renovate.json5

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3+
extends: [
4+
'config:recommended',
5+
//'schedule:daily',
6+
],
7+
baseBranches: [
8+
'main',
9+
],
10+
commitMessageSuffix: ' in {{ packageFile }}',
11+
labels: [
12+
'dependencies',
13+
'go',
14+
],
15+
packageRules: [
16+
{
17+
matchPackageNames: [
18+
'go',
19+
'golang',
20+
],
21+
versioning: 'go',
22+
groupName: 'go',
23+
},
24+
],
25+
postUpdateOptions: [
26+
'gomodTidy',
27+
'gomodUpdateImportPaths',
28+
],
29+
}

0 commit comments

Comments
 (0)