Skip to content

Commit

Permalink
Configure Renovate (#2212)
Browse files Browse the repository at this point in the history
* chore(deps): add renovate.json

* chore: tweak renovate config to be less noisy

* chore: select packages to ignore

* chore: few more ignored deps

* chore: updated dep ignore

* chore: only create draft PRs

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Si Taggart <[email protected]>
Co-authored-by: Shadi <[email protected]>
  • Loading branch information
4 people authored Nov 19, 2023
1 parent d315bdf commit 89eabf1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": ["config:base", "group:allNonMajor", "schedule:earlyMondays"],
"draftPR": true,
"packageRules": [
{
"matchPackagePatterns": ["*"],
"rangeStrategy": "update-lockfile"
},
{
"matchPackageNames": ["@mdx-js/mdx", "@mdx-js/react", "@types/webpack", "webpack"],
"enabled": false
}
]
}

0 comments on commit 89eabf1

Please sign in to comment.