Skip to content

Commit

Permalink
Add a go mod tidy step for renovate.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zemnmez committed Aug 14, 2024
1 parent fb8a36f commit 9bbb66c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
],
"allowedPostUpgradeCommands": [
"CARGO_BAZEL_REPIN=1 npx --yes @bazel/bazelisk sync --only=cargo",
"npx --yes @bazel/bazelisk run @rules_go//go -- mod tidy",
"npx --yes @bazel/bazelisk run //bzl/fix_api:fix_all //...",
"rm -rf dist",
"npx --yes @bazel/bazelisk mod deps --lockfile_mode=update"
Expand Down Expand Up @@ -53,6 +54,7 @@
"postUpgradeTasks": {
"commands": [
"CARGO_BAZEL_REPIN=1 npx --yes @bazel/bazelisk sync --only=cargo",
"npx --yes @bazel/bazelisk run @rules_go//go -- mod tidy",
"npx --yes @bazel/bazelisk mod deps --lockfile_mode=update",
"npx --yes @bazel/bazelisk run //bzl/fix_api:fix_all //...",
"npx --yes @bazel/bazelisk run //bzl/fix_api:fix_all //...",
Expand Down Expand Up @@ -85,4 +87,4 @@
"groupName": "chromedriver"
}
]
}
}

0 comments on commit 9bbb66c

Please sign in to comment.