Skip to content

Commit

Permalink
Merge pull request #58 from RightCapitalHQ/feature/add-frontend-style…
Browse files Browse the repository at this point in the history
…-guide-monorepo-group

feat: add package group for RightCapitalHQ/frontend-style-guide monorepo
  • Loading branch information
liby authored Apr 3, 2024
2 parents ace2b90 + d893c45 commit 2ec967a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
11 changes: 11 additions & 0 deletions base-presets.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"groupName": "RightCapital Frontend Style Guide monorepo",
"matchSourceUrls": [
"https://github.com/RightCapitalHQ/frontend-style-guide"
]
}
]
}
3 changes: 2 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"config:recommended",
":pinAllExceptPeerDependencies",
":maintainLockFilesWeekly",
"docker:pinDigests"
"docker:pinDigests",
"github>RightCapitalHQ/renovate-config:base-presets"
],
"labels": ["renovate"],
"npm": {
Expand Down
3 changes: 2 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"config:recommended",
":pinAllExceptPeerDependencies",
":maintainLockFilesWeekly",
"docker:pinDigests"
"docker:pinDigests",
"github>RightCapitalHQ/renovate-config:base-presets"
],
"labels": ["renovate"],
"npm": { "commitMessageTopic": "{{prettyDepType}} {{depName}}" },
Expand Down

0 comments on commit 2ec967a

Please sign in to comment.