We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643baac commit 86ab5cdCopy full SHA for 86ab5cd
.github/renovate.json5
@@ -0,0 +1,36 @@
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
+ goGetDirs: [
14
+ './...',
15
+ './api/...',
16
+ './client/internal/v2/...',
17
+ './client/pkg/...',
18
+ './client/v3/...',
19
+ './etcdctl/...',
20
+ './etcdutl/...',
21
+ './pkg/...',
22
+ './server/...',
23
+ './tests/...',
24
+ './tools/mod/...',
25
+ './tools/rw-heatmaps/...',
26
+ './tools/testgrid-analysis/...',
27
28
+ labels: [
29
+ 'dependencies',
30
+ 'go',
31
32
+ postUpdateOptions: [
33
+ 'gomodTidy',
34
+ 'gomodUpdateImportPaths',
35
36
+}
0 commit comments