Compare commits

..

3 Commits

Author SHA1 Message Date
Renovate Bot
c9d6712610 chore(deps): update dependency glob to v13
Some checks failed
renovate/artifacts Artifact file update failure
2025-12-31 02:41:03 +00:00
ivan
8689daa860 Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
Some checks failed
Code scanning - action / CodeQL-Build (push) Failing after 18s
Licensed / Check licenses (push) Successful in 47s
Test / Build (ubuntu-latest) (push) Failing after 1m19s
Check dist/ / check-dist (push) Successful in 9m57s
Test / Build (macos-latest) (push) Has been cancelled
Test / Build (windows-latest) (push) Has been cancelled
Test / Merge (push) Has been cancelled
Reviewed-on: #1
2025-12-28 05:31:47 +00:00
Renovate Bot
b2308b19e1 Add renovate.json
Some checks failed
Code scanning - action / CodeQL-Build (push) Failing after 53s
Licensed / Check licenses (pull_request) Successful in 24s
Code scanning - action / CodeQL-Build (pull_request) Failing after 58s
Check dist/ / check-dist (pull_request) Successful in 2m45s
Test / Build (ubuntu-latest) (pull_request) Failing after 5m41s
Test / Build (macos-latest) (pull_request) Has been cancelled
Test / Build (windows-latest) (pull_request) Has been cancelled
Test / Merge (pull_request) Has been cancelled
2025-12-28 05:31:36 +00:00
2 changed files with 4 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jest": "^28.14.0",
"eslint-plugin-prettier": "^5.5.4",
"glob": "^8.0.3",
"glob": "^13.0.0",
"jest": "^29.3.1",
"jest-circus": "^29.3.1",
"prettier": "^3.7.4",

3
renovate.json Normal file
View File

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