Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
ci(renovate): widen engine
Browse files Browse the repository at this point in the history
  • Loading branch information
chambo-e committed Feb 2, 2022
1 parent 3b2ffa7 commit e3b4fe0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"enabledManagers": ["dockerfile", "npm"],
"extends": [
"config:base",
":combinePatchMinorReleases"
],
"extends": ["config:base", ":combinePatchMinorReleases"],
"assignees": ["team:console"],
"assigneesSampleSize": 1,
"reviewers": ["team:console"],
Expand All @@ -16,6 +13,10 @@
"semanticCommitType": "chore",
"semanticCommitScope": "deps",
"packageRules": [
{
"matchDepTypes": ["engines", "peerDependencies"],
"versionStrategy": "widen"
},
{
"semanticCommitScope": "devDeps",
"matchDepTypes": ["devDependencies"],
Expand Down

0 comments on commit e3b4fe0

Please sign in to comment.