Skip to content

Commit

Permalink
Update renovate.json to disable indirect dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisdondon authored Jun 8, 2023
1 parent cdbd9af commit 114d8b1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"packageRules": [{
"managers": ["gomod"],
"depTypeList": ["indirect"],
"enabled": false
}]
}

0 comments on commit 114d8b1

Please sign in to comment.