diff --git a/renovate.json b/renovate.json index ddd61d7..11b3aff 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,14 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "packageRules": [ + { + "matchPackageNames": [ + "themes/hugo-theme-relearn" + ], + "automerge": true, + "automergeType": "branch" + } + ], "git-submodules": { "enabled": true }