diff --git a/renovate.json b/renovate.json index 9426b81f..a0488e3a 100644 --- a/renovate.json +++ b/renovate.json @@ -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" + } + ] }