Skip to content

Commit 997a2e3

Browse files
chore: Only group patch and minor versions of GitHub Actions
1 parent 2531e5c commit 997a2e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
"matchDatasources": [
99
"github-actions"
1010
],
11-
"groupName": "github-actions"
11+
"matchUpdateTypes": ["patch", "minor"],
12+
"groupName": "GitHub Actions",
13+
"groupSlug": "github-actions"
1214
}
1315
]
1416
}

0 commit comments

Comments
 (0)