Skip to content

Commit 7e5515c

Browse files
authored
fix(ci): group onsi & golang.org/x pkgs disregarding version bump (#1762)
1 parent 79bb8d0 commit 7e5515c

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.github/renovate.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,11 @@
9696
],
9797
"packageRules": [
9898
{
99-
"groupName": "github actions",
99+
"groupName": "Github Actions updates",
100+
"groupSlug": "github-actions",
100101
"matchManagers": [
101102
"github-actions"
102103
],
103-
"matchUpdateTypes": [
104-
"major",
105-
"minor",
106-
"patch"
107-
],
108104
"extends": [
109105
"helpers:pinGitHubActionDigests"
110106
],
@@ -246,11 +242,6 @@
246242
"matchDatasources": [
247243
"go"
248244
],
249-
"matchUpdateTypes": [
250-
"major",
251-
"minor",
252-
"patch"
253-
],
254245
"minimumReleaseAge": "14 days",
255246
"matchPackageNames": [
256247
"github.com/onsi{/,}**"
@@ -262,11 +253,6 @@
262253
"matchDatasources": [
263254
"go"
264255
],
265-
"matchUpdateTypes": [
266-
"major",
267-
"minor",
268-
"patch"
269-
],
270256
"minimumReleaseAge": "14 days",
271257
"matchPackageNames": [
272258
"golang.org/x{/,}**"

0 commit comments

Comments
 (0)