Skip to content

Commit

Permalink
fix renovate / CLA config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrashed committed Mar 27, 2023
1 parent 1d81bc9 commit 9284ffd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
],
"enabledManagers": ["dockerfile"],
"docker": {
"pinDigests": true,
"ignorePaths": ["bin/lambda/Dockerfile.nodejs14x", "Dockerfile.rh"]
"pinDigests": true
},
"major": {
"enabled": false
Expand All @@ -23,5 +22,6 @@
"commitMessageTopic": "Docker base image ({{{depName}}}{{#if currentValue}}:{{{currentValue}}}{{/if}}) digest"
}
}
]
],
"reviewers": ["alexrashed"]
}
2 changes: 1 addition & 1 deletion .github/workflows/cla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
path-to-signatures: "etc/cla-signatures/signatures.json"
path-to-document: "https://github.com/localstack/localstack/blob/master/.github/CLA.md"
branch: "cla-signatures"
allowlist: "localstack-bot,renovate-bot,renovate"
allowlist: "localstack-bot,*[bot]"
lock-pullrequest-aftermerge: false

0 comments on commit 9284ffd

Please sign in to comment.