Skip to content

Commit

Permalink
chore: refine renovate config
Browse files Browse the repository at this point in the history
- migrate to preset for library
- remove invalid `packageRules`
  • Loading branch information
frantic1048 committed Nov 10, 2023
1 parent 1257033 commit f35db6e
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>RightCapitalHQ/renovate-config"],
"extends": ["github>RightCapitalHQ/renovate-config:library"],
"assignees": ["rainx"],
"reviewers": ["rainx"],
"labels": ["dependencies"],
Expand Down Expand Up @@ -30,16 +30,6 @@
}
},
"packageRules": [
{
"automerge": false,
"description": "Mark rule and plugin updates as breaking changes",
"matchDepTypes": ["dependencies"],
"matchPackagePrefixes": [
"@typescript-eslint/",
"eslint-config-",
"eslint-plugin-"
]
},
{
"automerge": false,
"description": "Group all RightCapital packages (non-major) together",
Expand Down

0 comments on commit f35db6e

Please sign in to comment.