Skip to content

Commit

Permalink
Fix renovate config validity
Browse files Browse the repository at this point in the history
  • Loading branch information
ysebyy committed Oct 4, 2023
1 parent be00a37 commit 5d167ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchDatasources": [
"go"
],
"matchPackagePatterns": [
"*"
],
"postUpdateOptions": [
"goModTidy",
"gomodUpdateImportPaths"
Expand Down

0 comments on commit 5d167ed

Please sign in to comment.