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 03bce15
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
//'schedule:daily',
],
baseBranches: [
'main',
],
enabledManagers: [
'gomod',
],
labels: [
'dependencies',
'go',
],
postUpdateOptions: [
'gomodTidy',
'gomodUpdateImportPaths',
],
}

0 comments on commit 03bce15

Please sign in to comment.