Skip to content

Commit

Permalink
feat: add digests to Docker images for more predictable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
frantic1048 committed Dec 18, 2023
1 parent 45bd663 commit ea45ced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions default.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"automergeType": "pr",
"description": "App-specific config for RightCapital repositories",
"extends": ["config:recommended", ":pinAllExceptPeerDependencies"],
"pinDigests": true,
"labels": ["renovate"],
"npm": {
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
Expand Down
1 change: 1 addition & 0 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"automergeType": "pr",
"description": "Library-specific config for RightCapital repositories",
"extends": ["config:recommended", ":pinAllExceptPeerDependencies"],
"pinDigests": true,
"labels": ["renovate"],
"npm": { "commitMessageTopic": "{{prettyDepType}} {{depName}}" },
"packageRules": [
Expand Down

0 comments on commit ea45ced

Please sign in to comment.