Compare commits

..

3 Commits

Author SHA1 Message Date
Renovate Bot
9487a06840 chore(deps): update dependency ruby to v3.4.8 2025-12-28 07:00:34 +00:00
ivan
c73a5101b0 Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
Some checks failed
Check dist/ / Check dist/ (push) Failing after 0s
Code scanning - action / CodeQL-Build (push) Failing after 1s
Licensed / Check licenses (push) Failing after 1s
Tests / build (ubuntu-latest) (push) Failing after 1s
Tests / test-proxy-save (push) Failing after 2s
Tests / test-proxy-restore (push) Has been skipped
Tests / test-save (ubuntu-latest) (push) Successful in 9m18s
Tests / build (macOS-latest) (push) Has been cancelled
Tests / build (windows-latest) (push) Has been cancelled
Tests / test-save (macOS-latest) (push) Has been cancelled
Tests / test-save (windows-latest) (push) Has been cancelled
Tests / test-restore (macOS-latest) (push) Has been cancelled
Tests / test-restore (ubuntu-latest) (push) Has been cancelled
Tests / test-restore (windows-latest) (push) Has been cancelled
Reviewed-on: #1
2025-12-28 05:29:24 +00:00
Renovate Bot
5ef1bdfb0b Add renovate.json
Some checks failed
Tests / test-proxy-save (pull_request) Failing after 11s
Code scanning - action / CodeQL-Build (push) Failing after 1s
Check dist/ / Check dist/ (pull_request) Failing after 0s
Code scanning - action / CodeQL-Build (pull_request) Failing after 1s
Tests / build (ubuntu-latest) (pull_request) Failing after 1s
Licensed / Check licenses (pull_request) Failing after 7s
Tests / test-proxy-restore (pull_request) Has been skipped
Tests / test-save (ubuntu-latest) (pull_request) Successful in 15s
Add Reviewer PR / run-action (pull_request_target) Successful in 14s
Tests / build (macOS-latest) (pull_request) Has been cancelled
Tests / build (windows-latest) (pull_request) Has been cancelled
Tests / test-save (macOS-latest) (pull_request) Has been cancelled
Tests / test-save (windows-latest) (pull_request) Has been cancelled
Tests / test-restore (macOS-latest) (pull_request) Has been cancelled
Tests / test-restore (ubuntu-latest) (pull_request) Has been cancelled
Tests / test-restore (windows-latest) (pull_request) Has been cancelled
2025-12-28 05:28:52 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1.7'
ruby-version: '3.4.8'
- name: Install licensed tool
run: |

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}