From 71a192dfb1cec74d1aaaa86dcb470a1e2201cd41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 23 Mar 2026 10:39:37 +0000 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v46.1.6 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index b8e2e3fff..39a25b8ed 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v6 - name: Run Renovate - uses: renovatebot/github-action@v46.1.5 + uses: renovatebot/github-action@v46.1.6 env: RENOVATE_REPOSITORIES: ${{ github.repository }} RENOVATE_ALLOWED_POST_UPGRADE_COMMANDS: '["^bash -c .cd ui && npm install && npm test -- -u.$", "^make tools-go-mod-tidy$"]'