mirror of
https://github.com/prymitive/karma
synced 2026-05-11 03:46:48 +00:00
fix(ci): fix renovate
This commit is contained in:
committed by
Łukasz Mierzwa
parent
ca4364cf9d
commit
1e856d7d83
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
||||
uses: renovatebot/github-action@v46.1.4
|
||||
env:
|
||||
RENOVATE_REPOSITORIES: ${{ github.repository }}
|
||||
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^bash -c .cd ui && npm install && npm test -- -u.$"]'
|
||||
RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^bash -c .cd ui && npm install && npm test -- -u.$", "^make tools-go-mod-tidy$"]'
|
||||
with:
|
||||
configurationFile: renovate.json
|
||||
token: ${{ secrets.GH_REPO_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user