Skip to content

Commit 17a3476

Browse files
authored
fix: add renovate bot to allowlist (#34)
1 parent f6df96f commit 17a3476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-agreements.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
path-to-signatures: "signatures/version1/cla.json"
2525
path-to-document: "https://github.com/splunk/cla-agreement/blob/main/CLA.md" # e.g. a CLA or a DCO document
2626
branch: "main"
27-
allowlist: dependabot[bot]
27+
allowlist: dependabot[bot],renovate
2828
remote-organization-name: splunk
2929
remote-repository-name: cla-agreement
3030
CodeOfConduct:
@@ -40,7 +40,7 @@ jobs:
4040
path-to-signatures: "signatures/version1/coc.json"
4141
path-to-document: "https://github.com/splunk/cla-agreement/blob/main/CODE_OF_CONDUCT.md" # e.g. a COC or a DCO document
4242
branch: "main"
43-
allowlist: dependabot[bot]
43+
allowlist: dependabot[bot],renovate
4444
remote-organization-name: splunk
4545
remote-repository-name: cla-agreement
4646
custom-pr-sign-comment: "I have read the Code of Conduct and I hereby accept the Terms"

0 commit comments

Comments
 (0)