Skip to content

Commit

Permalink
build(renovate): add gomodTidy
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiangaiser committed May 9, 2024
1 parent b0850e6 commit d088a31
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
commitBody: "Signed-off-by: Sebastian Gaiser <[email protected]>",
enabled: true,
$schema: "https://docs.renovatebot.com/renovate-schema.json",
labels: ["renovate"],
labels: [
"renovate"
],
extends: [
"config:base"
],
"pre-commit": {
enabled: true
},
postUpdateOptions: [
"gomodTidy"
],
rebaseWhen: "conflicted",
semanticCommits: "enabled",
timezone: "Europe/Berlin"
Expand Down

0 comments on commit d088a31

Please sign in to comment.