Skip to content

Commit 9e4059e

Browse files
authored
Merge pull request #10 from ory/chore/renovate-env-regex
chore: add env-regex to Renovate configuration
2 parents 203c81a + 573e23f commit 9e4059e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/renovate.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
uses: renovatebot/github-action@v44.2.5
2424
with:
2525
configurationFile: 'renovate-self-hosted.json'
26-
token: '${{ secrets.GH_TOKEN_BOT }}'
26+
env-regex: "^(?:RENOVATE_\\w+|LOG_LEVEL|GITHUB_COM_TOKEN|NODE_OPTIONS|AWS_TOKEN)$"
27+
token: '${{ secrets.ORY_BOT_PAT }}'

0 commit comments

Comments
 (0)