Compare commits

...

3 Commits

Author SHA1 Message Date
Renovate Bot
a31e4738fc chore(deps): update dependency @actions/github to v6.0.1
Some checks failed
renovate/artifacts Artifact file update failure
2025-12-28 06:51:50 +00:00
ivan
a5b3063b1e Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
Some checks failed
Check dist / check-dist (push) Failing after 1s
CodeQL / Analyze (javascript) (push) Failing after 1s
Build and Test / build (push) Failing after 1s
Build and Test / test-proxy (push) Failing after 2s
Build and Test / test-git-container (push) Failing after 1s
Build and Test / test-output (push) Successful in 3s
Licensed / Check licenses (push) Successful in 28s
Build and Test / test-bypass-proxy (push) Failing after 38s
Build and Test / test (ubuntu-latest) (push) Failing after 1m2s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
Reviewed-on: #1
2025-12-28 05:29:15 +00:00
Renovate Bot
386edfd568 Add renovate.json
Some checks failed
Build and Test / build (pull_request) Failing after 4s
Check dist / check-dist (pull_request) Failing after 8s
Build and Test / test-proxy (pull_request) Failing after 5s
Licensed / Check licenses (pull_request) Successful in 13s
Build and Test / test-git-container (pull_request) Failing after 8s
Build and Test / test-output (pull_request) Successful in 3s
CodeQL / Analyze (javascript) (pull_request) Failing after 22s
Build and Test / test-bypass-proxy (pull_request) Failing after 39s
Build and Test / test (ubuntu-latest) (pull_request) Failing after 1m14s
Build and Test / test (macos-latest) (pull_request) Has been cancelled
Build and Test / test (windows-latest) (pull_request) Has been cancelled
2025-12-28 05:29:01 +00:00
2 changed files with 12 additions and 5 deletions

14
package-lock.json generated
View File

@@ -69,14 +69,18 @@
}
},
"node_modules/@actions/github": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.0.tgz",
"integrity": "sha512-alScpSVnYmjNEXboZjarjukQEzgCRmjMv6Xj47fsdnqGS73bjJNDpiiXmp8jr0UZLdUB6d9jW63IcmddUP+l0g==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/@actions/github/-/github-6.0.1.tgz",
"integrity": "sha512-xbZVcaqD4XnQAe35qSQqskb3SqIAfRyLBrHMd/8TuL7hJSz2QtbDwnNM8zWx4zO5l2fnGtseNE3MbEvD7BxVMw==",
"license": "MIT",
"dependencies": {
"@actions/http-client": "^2.2.0",
"@octokit/core": "^5.0.1",
"@octokit/plugin-paginate-rest": "^9.0.0",
"@octokit/plugin-rest-endpoint-methods": "^10.0.0"
"@octokit/plugin-paginate-rest": "^9.2.2",
"@octokit/plugin-rest-endpoint-methods": "^10.4.0",
"@octokit/request": "^8.4.1",
"@octokit/request-error": "^5.1.1",
"undici": "^5.28.5"
}
},
"node_modules/@actions/http-client": {

3
renovate.json Normal file
View File

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