Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
daegalus authored Apr 9, 2024
1 parent 2050219 commit b1450aa
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
":disableDependencyDashboard"
],
"labels": [
"renovate"
],
"packageRules": [
{
"groupName": "All"
}
],
"postUpdateOptions": [
"gomodTidy"
]
}

0 comments on commit b1450aa

Please sign in to comment.