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 3ec23d3
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',
],
commitMessageSuffix: ' in {{ packageFile }}',
labels: [
'dependencies',
'go',
],
packageRules: [
{
matchPackageNames: [
'go',
'golang',
],
versioning: 'go',
groupName: 'go',
},
],
postUpdateOptions: [
'gomodTidy',
'gomodUpdateImportPaths',
],
}

0 comments on commit 3ec23d3

Please sign in to comment.