Skip to content

Commit

Permalink
fix(Renovate): Adopt config:best-practices
Browse files Browse the repository at this point in the history
The `config:base` preset was renamed to `config:recommended` in Renovate
v36.0.0. `config:best-practices` was added in v36.104.0 to formalize
Renovate's guidance. `config:best-practices` increases security by
pinning digests for Docker images and GitHub Actions. It also pins dev
dependencies, but we already pin all dependencies.
  • Loading branch information
Kurt-von-Laven committed Dec 1, 2023
1 parent b02dd10 commit 23a55bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Renovate config for ScribeMD in the style of Dependabot",
"extends": [
"config:base",
"config:best-practices",
":assignee(Kurt-von-Laven)",
":reviewer(team:dependency-management)",
"helpers:disableTypesNodeMajor",
Expand Down

0 comments on commit 23a55bd

Please sign in to comment.