Skip to content

Commit

Permalink
Chore: combine mine packages in renovate updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Jul 15, 2021
1 parent d2583a6 commit 54c97b8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .renovaterc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
"prCreation": "not-pending",

"packageRules": [
{
"matchSourceUrlPrefixes": ["https://github.com/pustovitDmytro/"],
"groupName": "pustovitDmytro packages"
},
{
"matchDepTypes": ["devDependencies"],
"automerge": true,
Expand All @@ -64,8 +68,8 @@
"semanticCommitType": "Upgrade"
},
{
"matchDepTypes": [ "peerDependencies"],
"rangeStrategy": "widen"
"matchDepTypes": [ "peerDependencies"],
"rangeStrategy": "widen"
}
]
}

0 comments on commit 54c97b8

Please sign in to comment.