Skip to content

Commit 6760f00

Browse files
committed
ci: group hk and pkl dependencies (to one group each)
1 parent 203e2cf commit 6760f00

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/renovate.json5

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
33
extends: ["github>wetransform/renovate-config:self-hosted.json5"],
4+
packageRules: [
5+
// Group hk and pkl dependencies separately (mise tools and references in pkl files)
6+
{
7+
groupName: "hk",
8+
groupSlug: "jdx-hk",
9+
matchDepNames: ["hk", "jdx/hk"],
10+
},
11+
{
12+
groupName: "pkl",
13+
groupSlug: "apple-pkl",
14+
matchDepNames: ["pkl", "apple/pkl"],
15+
},
16+
],
417
customManagers: [
518
{
619
description: "Version variables in pkl files",

0 commit comments

Comments
 (0)