Skip to content

Commit

Permalink
Update workflow Scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kathund committed Jul 16, 2024
1 parent 02e044a commit 44200a4
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 49 deletions.
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,15 @@ updates:
schedule:
interval: 'weekly'
assignees:
- "kathund"
- 'kathund'
reviewers:
- "kathund"
- 'kathund'
commit-message:
prefix: '🟨'
prefix-development: '🟦'
open-pull-requests-limit: 10
labels:
- 'dependencies'
ignore:
- dependency-name: 'chai'
- dependency-name: 'mocha'
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd-18x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI/CD (18.x)

on:
push:
paths:
- src/**
pull_request:
workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-cd-20x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: CI/CD (20.x)

on:
push:
paths:
- src/**
pull_request:
workflow_dispatch:

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Update Docs

on:
push:
paths:
- src/**
branches:
- master
workflow_dispatch:

jobs:
UpdateDocs:
Expand Down
91 changes: 50 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@
"publisher": "StavZ",
"devDependencies": {
"@discordjs/docgen": "github:discordjs/docgen",
"@types/node": "^20.11.19",
"@types/node": "^20.14.10",
"chai": "^4.3.4",
"eslint": "^9.3.0",
"eslint-plugin-jsdoc": "^48.2.7",
"globals": "^15.3.0",
"eslint": "^9.7.0",
"eslint-plugin-jsdoc": "^48.7.0",
"globals": "^15.8.0",
"mocha": "^10.4.0",
"node-env-run": "^4.0.2",
"path": "^0.12.7",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
"prettier": "^3.3.3",
"typescript": "^5.5.3"
}
}

0 comments on commit 44200a4

Please sign in to comment.