diff --git a/.github/renovate.json b/.github/renovate.json index 4366609..c2d359a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,20 +1,21 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "rebaseWhen": "behind-base-branch", - "dependencyDashboard": true, - "labels": ["dependencies", "no-stale"], - "commitMessagePrefix": "⬆️", - "commitMessageTopic": "{{depName}}", - "packageRules": [ - { - "matchManagers": ["github-actions"], - "addLabels": ["github_actions"], - "rangeStrategy": "pin" - }, - { - "matchManagers": ["github-actions"], - "matchUpdateTypes": ["minor", "patch"], - "automerge": true - } - ] -} + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "rebaseWhen": "behind-base-branch", + "dependencyDashboard": true, + "labels": ["dependencies", "no-stale"], + "commitMessagePrefix": "⬆️", + "commitMessageTopic": "{{depName}}", + "forkProcessing": "enabled", + "packageRules": [ + { + "matchManagers": ["github-actions"], + "addLabels": ["github_actions"], + "rangeStrategy": "pin" + }, + { + "matchManagers": ["github-actions"], + "matchUpdateTypes": ["minor", "patch"], + "automerge": true + } + ] + }