From def97f943086ebfe8f7ba9c236395e1cd14b0fd3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 06:45:10 +0000 Subject: [PATCH] build(deps): bump renovatebot/github-action from 46.2.1 to 46.2.2 Bumps [renovatebot/github-action](https://github.com/renovatebot/github-action) from 46.2.1 to 46.2.2. - [Release notes](https://github.com/renovatebot/github-action/releases) - [Changelog](https://github.com/renovatebot/github-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/renovatebot/github-action/compare/316d7cd859606d6039a2182b7d69199e9b036835...e09d604f8f803bb527bd8321ed5be06c460b8682) --- updated-dependencies: - dependency-name: renovatebot/github-action dependency-version: 46.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 4f3fb74..b91c957 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -20,7 +20,7 @@ jobs: with: persist-credentials: false - name: Self-hosted Renovate - uses: renovatebot/github-action@316d7cd859606d6039a2182b7d69199e9b036835 # v46.2.1 + uses: renovatebot/github-action@e09d604f8f803bb527bd8321ed5be06c460b8682 # v46.2.2 with: configurationFile: renovate.json5 token: ${{ secrets.GITHUB_TOKEN }}