Skip to content

Commit c21a883

Browse files
committed
Enable the full best-practices preset
1 parent ae49f6a commit c21a883

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

default.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"extends": [
3-
// we use almost the full `config:best-practices` preset
4-
// but we don't enable `docker:pinDigests` because we have many self-hosted consumers who would be forced to update each week
5-
// also `:pinDevDependencies` is disabled as it's too npm-specific, we have packageRules for that
3+
// we use the full `config:best-practices` preset
4+
// but we use `pinGitHubActionDigestsToSemver` to have more accurate updates tracking
65
"config:recommended",
6+
"docker:pinDigests",
77
"helpers:pinGitHubActionDigestsToSemver",
88
":configMigration",
9+
":pinDevDependencies",
910
"abandonments:recommended",
1011
"security:minimumReleaseAgeNpm",
1112
":maintainLockFilesWeekly",

0 commit comments

Comments
 (0)