Skip to content

Commit

Permalink
chore: use json5 and group all Go nonmajor updates (#619)
Browse files Browse the repository at this point in the history
Fixes #599
  • Loading branch information
enocom committed Apr 2, 2024
1 parent 6cd0f2d commit 87c0d29
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/renovate.json → .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
{
"matchManagers": ["dockerfile"],
"groupName": "container images"
}
},
{
"groupName": "Non-major dependency updates",
"matchLanguages": ["go"],
"matchUpdateTypes": ["minor", "patch"],
},
]
}

0 comments on commit 87c0d29

Please sign in to comment.