We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203e2cf commit 6760f00Copy full SHA for 6760f00
.github/renovate.json5
@@ -1,6 +1,19 @@
1
{
2
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3
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
+ ],
17
customManagers: [
18
19
description: "Version variables in pkl files",
0 commit comments