diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 7ca8f63..f309271 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -13,7 +13,7 @@ jobs: - name: "Check out repository" uses: "actions/checkout@v6.0.0" - name: "Run Renovate" - uses: "renovatebot/github-action@v44.0.4" + uses: "renovatebot/github-action@v44.2.6" with: configurationFile: "./renovate-config.js" token: "${{ secrets.RENOVATE_BOT_TOKEN }}"