diff --git a/.github/renovate.json b/.github/renovate.json index f01c8eee..83d13088 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,10 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:recommended"], "rebaseWhen": "behind-base-branch", - "gitIgnoredAuthors": ["41898282+github-actions[bot]@users.noreply.github.com"] + "gitIgnoredAuthors": [ + "41898282+github-actions[bot]@users.noreply.github.com" + ], + "nix": { + "enabled": true + } }