Skip to content

chore(renovate): use best-practices preset #1416

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
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