Skip to content

Commit

Permalink
migrate Renovate config take #2
Browse files Browse the repository at this point in the history
Commit 5ef17d1 missed a conversion from
`matchFiles` to `matchFileNames`.

Signed-off-by: Robin Hahling <[email protected]>
Suggested-by: Signed-off-by: Alexandre Perrin <[email protected]>
  • Loading branch information
rolinh committed Feb 10, 2025
1 parent 5ef17d1 commit e939997
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 @@ -83,7 +83,7 @@
{
"groupName": "all go dependencies main",
"groupSlug": "all-go-deps-main",
"matchFiles": [
"matchFileNames": [
"go.mod",
"go.sum",
],
Expand Down

0 comments on commit e939997

Please sign in to comment.