Skip to content

Commit

Permalink
Extending dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Feb 11, 2024
1 parent dae4025 commit c160c7a
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,29 @@ updates:
groups:
internal:
patterns:
- "bc-minecraft-*"
- "bc-*"
nodejs:
patterns:
- "typescript"
- "ts-*"
- "@types/node"
- "node"
- "webpack"
- "webpack-cli"
exclude-patterns:
- "node-fetch"
others:
patterns:
- "@blockception*"
- "vscode-*"
exclude-patterns:
- "node-fetch"
test:
patterns:
- "mocha"
- "chai"
- "@types/chai"
- "@types/mocha"
all:
patterns:
- "*"
Expand All @@ -25,4 +47,4 @@ updates:
groups:
all:
patterns:
- "*"
- "*"

0 comments on commit c160c7a

Please sign in to comment.