Skip to content

Commit

Permalink
ci: update renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nightah committed Jul 22, 2022
1 parent 44c4933 commit e8e069b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 6 deletions.
29 changes: 29 additions & 0 deletions .renovaterc
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"extends": [
"config:base",
":semanticCommitTypeAll(build)",
":separatePatchReleases"
],
"ignorePresets": [
":combinePatchMinorReleases",
":prHourlyLimit2",
":semanticPrefixFixDepsChoreOthers"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"datasources": [
"go"
],
"addLabels": [
"go"
]
}
],
"postUpdateOptions": [
"gomodTidy",
"gomodNoMassage"
]
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit e8e069b

Please sign in to comment.