diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 07cdcd3..e06ae02 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -26,8 +26,9 @@ "schedule": ["before 9am on monday"] }, { - "description": "Don't pin digests in devcontainer.json because it's not supported in features", + "description": "Devcontainer 'features' don't support digest pinning", "matchManagers": ["devcontainer"], + "matchDepTypes": ["feature"], "pinDigests": false } ],