Skip to content

Commit

Permalink
Merge pull request #41 from JohnStrunk/nopindevcontainer
Browse files Browse the repository at this point in the history
Renovate: Don't pin digests in devcontainer.json
  • Loading branch information
mergify[bot] authored May 1, 2024
2 parents 04f0157 + ea32d28 commit 6e52add
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
"description": "Update renovatebot/pre-commit-hooks weekly to decrease noise",
"matchPackageNames": ["renovatebot/pre-commit-hooks"],
"schedule": ["before 9am on monday"]
},
{
"description": "Don't pin digests in devcontainer.json because it's not supported in features",
"matchManagers": ["devcontainer"],
"pinDigests": false
}
],
// "schedule": [
Expand Down

0 comments on commit 6e52add

Please sign in to comment.