Skip to content

Commit

Permalink
Merge pull request #47 from JohnStrunk/pin
Browse files Browse the repository at this point in the history
Re-enable digest pinning for devcontainer
  • Loading branch information
mergify[bot] authored May 3, 2024
2 parents 092c313 + 732bc88 commit a798acf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
],
Expand Down

0 comments on commit a798acf

Please sign in to comment.