diff --git a/template/renovate.json.jinja b/template/renovate.json.jinja index 016ea7ae..5e52f7a6 100644 --- a/template/renovate.json.jinja +++ b/template/renovate.json.jinja @@ -36,6 +36,17 @@ "github-actions" ], "enabled": false + }, + { + "description": "Disable Dockerfile base images that are managed by python-copier-template", + "matchManagers": [ + "dockerfile" + ], + "matchDepNames": [ + "ubuntu", + "ghcr.io/diamondlightsource/ubuntu-devcontainer" + ], + "enabled": false } ] }