From 116f5c89004ebe0442c307630a8e580b3bb6b6c9 Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Fri, 20 Feb 2026 21:00:59 -0600 Subject: [PATCH] chore(deps): update renovatebot/github-action action to v46.1.1 (#76) Co-authored-by: onion-4-dinner <15676555+onion-4-dinner@users.noreply.github.com> --- .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 6216feb..18c0a19 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -26,7 +26,7 @@ jobs: go-version: "1.26" - name: Run Renovate - uses: renovatebot/github-action@v46.1.0 + uses: renovatebot/github-action@v46.1.1 with: configurationFile: renovate.json5 token: ${{ secrets.RENOVATE_TOKEN }}