3 Commits

Author SHA1 Message Date
bc1c2517fb Update actions/checkout action to v4
Some checks failed
Node.js CI / test (15.x) (pull_request) Failing after 1m48s
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
Codacy Security Scan / Codacy Security Scan (pull_request) Failing after 21s
CodeQL / Analyze (javascript) (pull_request) Failing after 1m1s
2025-07-19 11:13:23 +00:00
f2fb0eb804 Merge pull request 'Configure Renovate' (#1) from renovate/configure into master
Some checks failed
Codacy Security Scan / Codacy Security Scan (push) Failing after 3m31s
Node.js CI / test (15.x) (push) Failing after 3m33s
Node.js CI / deploy (push) Has been skipped
CodeQL / Analyze (javascript) (push) Failing after 2m24s
Reviewed-on: #1
2025-07-19 12:54:23 +02:00
31b11e7c2b Add renovate.json 2025-07-19 06:32:07 +00:00
6 changed files with 213 additions and 494 deletions

View File

@ -24,7 +24,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
- name: Run Codacy Analysis CLI

View File

@ -35,7 +35,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@ -32,10 +32,10 @@ jobs:
steps:
- name: Checkout
if: ${{ github.event_name != 'pull_request_target' }}
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Checkout PR
if: ${{ github.event_name == 'pull_request_target' }}
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Use Node.js ${{ matrix.node-version }}

694
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"discord.js": "^14.3.0",
"discord.js": "^12.5.3",
"dotenv": "^16.0.0",
"got": "^11.8.3",
"module-alias": "^2.2.2",

3
renovate.json Normal file
View File

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