Skip to content

Commit

Permalink
ci: switch to renovate bot
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Dec 28, 2022
1 parent f0cc91d commit 11a33e5
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

40 changes: 40 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"dependencyDashboard": false,
"extends": ["config:base", "schedule:earlyMondays"],
"labels": ["dependencies"],
"rebaseWhen": "conflicted",
"timezone": "UTC",
"lockFileMaintenance": {
"enabled": true,
"schedule": "before 6:00am on the first day of the month"
},
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "digest"],
"automerge": true,
"automergeType": "branch"
},
{
"groupName": "react",
"matchPackageNames": ["react", "react-dom"]
},
{
"groupName": "eslint",
"matchPackagePatterns": ["eslint*"]
},
{
"groupName": "storybook",
"matchPackagePatterns": ["@storybook*"]
},
{
"groupName": "changesets",
"matchPackagePatterns": ["@changesets*"]
},
{
"groupName": "babel",
"matchPackagePatterns": ["@babel*"]
}
]
}

0 comments on commit 11a33e5

Please sign in to comment.