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