Skip to content

Commit

Permalink
workflow: add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
webfansplz committed Jan 3, 2024
1 parent 901a2ca commit 977ee3c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"extends": [
"config:base",
"schedule:weekly",
"group:allNonMajor",
":disableDependencyDashboard"
],
"labels": [
"dependencies"
],
"packageRules": [
{
"depTypeList": [
"peerDependencies"
],
"enabled": false
},
{
"allowedVersions": "<3.0.0",
"matchPackageNames": [
"estree-walker"
]
}
],
"pin": false,
"rangeStrategy": "bump"
}

0 comments on commit 977ee3c

Please sign in to comment.