Skip to content

Commit

Permalink
renovate: fix config file format
Browse files Browse the repository at this point in the history
Fixes: a6a9a46 ("renovate: update source import paths on Go module major updates")
Reported-by: Sebastian Wicki <sebastian@isovalent.com>
Signed-off-by: Tobias Klauser <tobias@cilium.io>
  • Loading branch information
tklauser authored and aanm committed Mar 1, 2023
1 parent 448cfc2 commit 37bc1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"postUpdateOptions": [
// update source import paths on major updates
"gomodUpdateImportPaths",
]
],
"matchUpdateTypes": [
"major",
"minor",
Expand Down

0 comments on commit 37bc1c9

Please sign in to comment.