diff --git a/.github/renovate.json b/.github/renovate.json index a5a99165..6783abbd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,6 +8,7 @@ "enabledManagers": ["npm", "github-actions"], "rangeStrategy": "pin", "schedule": "every weekend", + "respectLatest": false, "packageRules": [ { "matchManagers": ["npm"], @@ -33,4 +34,4 @@ "groupName": "all github-actions" } ] -} \ No newline at end of file +}