diff --git a/renovate.json b/renovate.json index cf82c18..2e3a6cd 100644 --- a/renovate.json +++ b/renovate.json @@ -1,8 +1,21 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base", - "renovatebot/renovate-config", - ":semanticCommitTypeAll(chore)" - ] - } \ No newline at end of file + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:base", + "renovatebot/renovate-config", + ":semanticCommitTypeAll(chore)" + ], + "automerge": true, + "automergeType": "pr", + "versioning": "npm", + "packageRules": [ + { + "matchUpdateTypes": ["minor", "patch"], + "automerge": true + }, + { + "matchPackageNames": ["postgres"], + "enabled": false + } + ] +} \ No newline at end of file