Skip to content

Commit df47c8d

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

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+
enabledManagers: [
11+
'gomod',
12+
],
13+
labels: [
14+
'dependencies',
15+
],
16+
packageRules: [
17+
{
18+
addLabels: ['go']
19+
enabled: true,
20+
matchDepTypes: ['indirect'],
21+
matchManagers: ['gomod'],
22+
},
23+
],
24+
postUpdateOptions: [
25+
'gomodTidy',
26+
'gomodUpdateImportPaths',
27+
],
28+
prConcurrentLimit: 30,
29+
}

0 commit comments

Comments
 (0)