Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:best-practices",
":enablePreCommit",
":prConcurrentLimit20",
":preserveSemverRanges",
Expand All @@ -10,7 +10,8 @@
"ignorePresets": [
":dependencyDashboard",
":ignoreModulesAndTests",
":semanticPrefixFixDepsChoreOthers"
":semanticPrefixFixDepsChoreOthers",
"docker:pinDigests"
Copy link
Owner Author

@scop scop Aug 10, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker images are used only for tests and my thinking is that we want the latest of each as it follows the tag without separate PR's controlling them, so I don't think we want to pin their digests.

],
"semanticCommits": "enabled",
"commitMessageTopic": "{{depName}}",
Expand Down