diff --git a/.github/renovate.json b/.github/renovate.json index 853fa79..66f4a27 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,10 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>ivuorinen/renovate-config"], - "packageRules": [ - { - "managers": ["github-actions"], - "schedule": ["daily"] - } - ] + "extends": ["github>ivuorinen/renovate-config"] }