diff options
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index cc4e283c81..87a5a000df 100644 --- a/renovate.json +++ b/renovate.json @@ -8,7 +8,7 @@ "packageRules": [ { "description": "Require approval for go and python minor version", - "matchDepNames": ["go", "python"], + "matchDepNames": ["go", "python", "docker.io/library/golang"], "matchUpdateTypes": ["minor"], "dependencyDashboardApproval": true }, |