Skip to content

Commit

Permalink
Configure Renovate (#13337)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Nicol貌 Ribaudo <nicolo.ribaudo@gmail.com>
  • Loading branch information
4 people committed May 20, 2021
1 parent 8b1bcd1 commit f0b9b25
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"extends": [
"config:base"
],
"dependencyDashboardApproval": true,
"labels": ["PR: Dependency 猬嗭笍"],
"packageRules": [
{
"matchDepTypes": ["dependencies", "devDependencies"],
"rangeStrategy": "replace",
"ignoreDeps": ["@babel/core-7.12", "@babel/helper-validator-identifier-baseline"]
},
{
"matchPackagePatterns": ["^eslint"],
"groupName": "eslint packages"
},
{
"matchPackagePatterns": ["^rollup", "^@rollup"],
"groupName": "rollup packages"
},
{
"matchPackagePatterns": ["^gulp"],
"groupName": "gulp packages"
}
]
}

0 comments on commit f0b9b25

Please sign in to comment.