There was an error while loading. Please reload this page.
1 parent ae49f6a commit c21a883Copy full SHA for c21a883
1 file changed
default.json
@@ -1,11 +1,12 @@
1
{
2
"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
+ // we use the full `config:best-practices` preset
+ // but we use `pinGitHubActionDigestsToSemver` to have more accurate updates tracking
6
"config:recommended",
+ "docker:pinDigests",
7
"helpers:pinGitHubActionDigestsToSemver",
8
":configMigration",
9
+ ":pinDevDependencies",
10
"abandonments:recommended",
11
"security:minimumReleaseAgeNpm",
12
":maintainLockFilesWeekly",
0 commit comments