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 19, 2024
1 parent 643baac commit df47c8d
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
//'schedule:daily',
],
baseBranches: [
'main',
],
enabledManagers: [
'gomod',
],
labels: [
'dependencies',
],
packageRules: [
{
addLabels: ['go']
enabled: true,
matchDepTypes: ['indirect'],
matchManagers: ['gomod'],
},
],
postUpdateOptions: [
'gomodTidy',
'gomodUpdateImportPaths',
],
prConcurrentLimit: 30,
}

0 comments on commit df47c8d

Please sign in to comment.