diff --git a/.github/renovate.json b/.github/renovate.json index abfd3e5..1fe4199 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -22,6 +22,10 @@ "schedule": [ "on the first day of the month" ] + }, + { + "matchPackagePatterns": ["pymodbus"], + "rangeStrategy": "widen" } ] }