Skip to content

Commit

Permalink
Add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
arxeiss committed Sep 12, 2023
1 parent 1911a40 commit 7f203a3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"extends": [
"config:base",
"schedule:weekly",
":disableDependencyDashboard"
],
"semanticCommits": "disabled",
"commitMessagePrefix": "chore(deps): ",
"commitMessageAction": "update",
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths",
"gomodMassage"
],
"groupName": "everything",
"ignoreDeps": []
}

0 comments on commit 7f203a3

Please sign in to comment.