Skip to content

Commit

Permalink
Merge pull request #28 from arkedge/group-self-hosted-monorepo
Browse files Browse the repository at this point in the history
Group self-hosted monorepo
  • Loading branch information
sksat authored Nov 18, 2024
2 parents 47f5399 + 12b3791 commit 93b8f10
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
10 changes: 10 additions & 0 deletions group-self-hosted-monorepo.json5
Original file line number Diff line number Diff line change
@@ -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",
},
],
}

0 comments on commit 93b8f10

Please sign in to comment.