diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 6d0804d..c3008f4 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,9 +1,4 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended", - ], - "automerge": true, - "automergeStrategy": "squash", - "rebaseWhen": "conflicted", + $schema: "https://docs.renovatebot.com/renovate-schema.json", + extends: ["github>coopnorge/github-workflow-renovate"], }