mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): try fixing renovate
This commit is contained in:
committed by
Łukasz Mierzwa
parent
478a473d0b
commit
397ed9f23d
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
uses: renovatebot/github-action@v46.1.1
|
||||
env:
|
||||
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
||||
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^bash -c .npm install && npm test -- -u.$"]'
|
||||
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^bash -c .cd ui && npm install && npm test -- -u.$"]'
|
||||
with:
|
||||
configurationFile: renovate.json
|
||||
token: ${{ secrets.GH_REPO_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user