Skip to content

Commit

Permalink
Run 'go mod tidy' after each Renovate update
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Dec 6, 2024
1 parent 3c8e137 commit bfb24b1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
},
"kustomize": {
"enabled": false
},
},
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"description": "Do NOT generate PRs to pin or apply digests to dockerfiles",
Expand Down

0 comments on commit bfb24b1

Please sign in to comment.