Compare commits

..

3 Commits

Author SHA1 Message Date
610bb43b2a Update actions/setup-node action to v6
Some checks failed
Codacy Security Scan / Codacy Security Scan (pull_request) Failing after 1m39s
CodeQL / Analyze (javascript) (pull_request) Failing after 1m0s
Node.js CI / test (15.x) (pull_request) Failing after 1m50s
Node.js CI / test (15.x) (pull_request_target) Has been skipped
Node.js CI / deploy (pull_request) Has been skipped
Node.js CI / deploy (pull_request_target) Has been skipped
2025-10-14 03:03:51 +00:00
f2fb0eb804 Merge pull request 'Configure Renovate' (#1) from renovate/configure into master
Some checks failed
Node.js CI / test (15.x) (push) Failing after 3m33s
Node.js CI / deploy (push) Has been skipped
Codacy Security Scan / Codacy Security Scan (push) Failing after 1m42s
CodeQL / Analyze (javascript) (push) Failing after 2m16s
Reviewed-on: #1
2025-07-19 12:54:23 +02:00
31b11e7c2b Add renovate.json 2025-07-19 06:32:07 +00:00
2 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v6
with:
node-version: ${{ matrix.node-version }}
- run: npm ci

3
renovate.json Normal file
View File

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