Skip to content

Commit

Permalink
Add renovate config
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <[email protected]>
  • Loading branch information
ivanvc committed Nov 18, 2024
1 parent 643baac commit 86ab5cd
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
//'schedule:daily',
],
baseBranches: [
'main',
],
enabledManagers: [
'gomod',
],
goGetDirs: [
'./...',
'./api/...',
'./client/internal/v2/...',
'./client/pkg/...',
'./client/v3/...',
'./etcdctl/...',
'./etcdutl/...',
'./pkg/...',
'./server/...',
'./tests/...',
'./tools/mod/...',
'./tools/rw-heatmaps/...',
'./tools/testgrid-analysis/...',
],
labels: [
'dependencies',
'go',
],
postUpdateOptions: [
'gomodTidy',
'gomodUpdateImportPaths',
],
}

0 comments on commit 86ab5cd

Please sign in to comment.