Skip to content

Commit

Permalink
feat: настройка renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
mxseev committed Jan 28, 2022
1 parent 5963433 commit deed473
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"extends": [
"config:base"
"extends": ["config:base"],
"labels": ["dependencies"],
"assigneesFromCodeOwners": true,
"packageRules": [
{
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["major", "minor", "patch"],
"groupName": "all dependencies",
"groupSlug": "all"
}
]
}

0 comments on commit deed473

Please sign in to comment.