Skip to content

Commit

Permalink
Replace Dependabot with Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
wereHamster committed Mar 27, 2023
1 parent 6c00f94 commit 7ac931c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/dependabot.yml

This file was deleted.

28 changes: 28 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"rangeStrategy": "bump",
"prHourlyLimit": 0,
"packageRules": [
{
"matchPackageNames": ["mapshaper"],
"groupName": "Mapshaper"
},
{
"extends": "monorepo:react",
"groupName": "React"
},
{
"extends": "monorepo:nextjs",
"groupName": "Next.js"
},
{
"matchPackageNames": ["immer", "use-immer"],
"groupName": "Immer"
},
{
"matchPackagePatterns": ["^@deck.gl/"],
"groupName": "deck.gl"
}
]
}

1 comment on commit 7ac931c

@vercel
Copy link

@vercel vercel bot commented on 7ac931c Mar 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.