Skip to content

Commit

Permalink
renovate: Goパッケージのアップデート後にgo mod tidyを行う
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Dec 15, 2023
1 parent e0dfea7 commit 5a26a3a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"prConcurrentLimit": 2,
"configMigration": true,
"packageRules": [
{
"matchManagers": [
"gomod"
],
"postUpdateOptions": [
"gomodTidy"
]
},
{
"matchPackageNames": [
"npm"
Expand Down

0 comments on commit 5a26a3a

Please sign in to comment.