Skip to content

Commit

Permalink
feat: add package group for RightCapitalHQ/frontend-style-guide monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic1048 committed Apr 3, 2024
1 parent ace2b90 commit d893c45
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 d893c45

Please sign in to comment.