diff --git a/renovate.json b/renovate.json index 4d59a4d..ea9c019 100644 --- a/renovate.json +++ b/renovate.json @@ -9,6 +9,12 @@ "prHourlyLimit": 0, "schedule": ["before 5am on Monday"], "packageRules": [ + { + "description": "An SDK bump raises the package's minimum AXIS OS, so decide it deliberately.", + "matchDatasources": ["docker"], + "matchPackageNames": ["axisecp/acap-native-sdk", "axisecp/acap-sdk"], + "dependencyDashboardApproval": true + }, { "description": "Keep routine Go transitive dependency maintenance together.", "matchManagers": ["gomod"],