Skip to content

Commit

Permalink
Merge pull request #31 from RightCapitalHQ/feature/add-docker-digests
Browse files Browse the repository at this point in the history
Feature/add docker digests
  • Loading branch information
liby committed Dec 18, 2023
2 parents 5f1da38 + e14ad26 commit 28baa98
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion default.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automergeType": "pr",
"description": "App-specific config for RightCapital repositories",
"extends": ["config:recommended", ":pinAllExceptPeerDependencies"],
"extends": [
"config:recommended",
":pinAllExceptPeerDependencies",
"docker:pinDigests"
],
"labels": ["renovate"],
"npm": {
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
Expand Down
7 changes: 6 additions & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automergeType": "pr",
"description": "Library-specific config for RightCapital repositories",
"extends": ["config:recommended", ":pinAllExceptPeerDependencies"],
"extends": [
"config:recommended",
":pinAllExceptPeerDependencies",
"docker:pinDigests"
],
"labels": ["renovate"],
"npm": { "commitMessageTopic": "{{prettyDepType}} {{depName}}" },
"packageRules": [
Expand Down

0 comments on commit 28baa98

Please sign in to comment.