diff --git a/default.json b/default.json index d725d0c..d3cc5b0 100644 --- a/default.json +++ b/default.json @@ -7,6 +7,7 @@ "github>arkedge/renovate-config:earthfile.json5", "github>arkedge/renovate-config:cargo-chef-docker.json5", "github>arkedge/renovate-config:rust-toolchain.json5", - "github>arkedge/renovate-config:trust-self-hosted-action-versioning.json5" + "github>arkedge/renovate-config:trust-self-hosted-action-versioning.json5", + "github>arkedge/renovate-config:group-self-hosted-monorepo.json5" ] } diff --git a/group-self-hosted-monorepo.json5 b/group-self-hosted-monorepo.json5 new file mode 100644 index 0000000..a12db54 --- /dev/null +++ b/group-self-hosted-monorepo.json5 @@ -0,0 +1,10 @@ +{ + $schema: "https://docs.renovatebot.com/renovate-schema.json", + packageRules: [ + { + matchSourceUrls: ["https://github.com/schedule-x/schedule-x"], + matchSourceUrls: ["https://github.com/arkedge/notalawyer"], + groupName: "notalawyer monorepo", + }, + ], +}