Skip to content

Commit

Permalink
Add renovate config
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Valdes <ivan@vald.es>
  • Loading branch information
ivanvc committed Nov 19, 2024
1 parent 643baac commit c706cb0
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
$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'],
},
{
groupName: 'gomod',
matchManagers: ['gomod'],
}
],
postUpdateOptions: [
'gomodTidy',
'gomodUpdateImportPaths',
],
prConcurrentLimit: 30,
}

0 comments on commit c706cb0

Please sign in to comment.