fix(ci): fix renovate

This commit is contained in:
Lukasz Mierzwa
2026-03-11 13:18:46 +00:00
committed by Łukasz Mierzwa
parent ca4364cf9d
commit 1e856d7d83

View File

@@ -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 }}