ci: fix Chore/add renovate (#35)

* ci: add Renovate for automated dependency updates

* fix github action version

* fix: prevent pre-push protect-main hook from hanging on stdin read
This commit is contained in:
2026-02-14 00:32:00 -06:00
committed by GitHub
parent 5684408d4e
commit d36ea98cf2
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
- name: Run Renovate
uses: renovatebot/github-action@v42.1.0
uses: renovatebot/github-action@v46.1.0
with:
configurationFile: renovate.json5
token: ${{ secrets.RENOVATE_TOKEN }}