Skip to content

Commit

Permalink
renovate: group golangci-lint updates
Browse files Browse the repository at this point in the history
Currently, the golangci-lint update does not contain the update in
the GH action files. The reason is a packageRule which
combines and schedules all GH action version updates.

This commit introduces the necessary grouping packageRule which
combines all golangci-lint updates over all files.

Being further down in the list of package rules, this one gets selected.

Signed-off-by: Marco Hofstetter <marco.hofstetter@isovalent.com>
  • Loading branch information
mhofstetter authored and squeed committed Apr 3, 2023
1 parent 2f0275e commit bc993ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,14 @@
"quay.io/cilium/hubble"
],
},
{
// Group golangci-lint updates to overrule grouping of version updates in the GHA files.
// Without this, golangci-lint updates are not in sync for GHA files and other usages.
"groupName": "golangci-lint",
"matchDepNames": [
"golangci/golangci-lint"
]
},
{
// Do not allow any updates into stable branches.
"enabled": false,
Expand Down

0 comments on commit bc993ec

Please sign in to comment.