Skip to content

Commit

Permalink
chore: make renovate use fix type for some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
henrist committed Sep 27, 2020
1 parent 561d5d1 commit 2b19327
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>capraconsulting/renovate-config:library"],
"automerge": true,
"automergeType": "branch"
"automergeType": "branch",
"packageRules": [
{
"description": "Create release for package updates that is part of the bundled code",
"packageNames": ["adm-zip", "aws-sdk", "axios", "typescript", "webpack"],
"semanticCommitType": "fix"
}
]
}

0 comments on commit 2b19327

Please sign in to comment.