Skip to content

Commit

Permalink
Updating dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanV2 committed Mar 23, 2024
1 parent 7db2d8c commit ee70207
Showing 1 changed file with 26 additions and 6 deletions.
32 changes: 26 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,41 @@ updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
interval: "daily"
groups:
internal:
important:
patterns:
- "bc-minecraft-*"
all:
- "bc-*"
- "@blockception*"
- "vscode-*"
exclude-patterns:
- "node-fetch"
nodejs:
patterns:
- "*"
- "typescript"
- "ts-*"
- "@types/node"
- "node"
- "webpack"
- "webpack-cli"
exclude-patterns:
- "node-fetch"
test:
patterns:
- "mocha"
- "chai"
- "@types/chai"
- "@types/mocha"
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
groups:
all:
patterns:
- "*"
- "*"
- package-ecosystem: "gitsubmodule"
directory: "/" # Location of package manifests
schedule:
interval: "daily"

0 comments on commit ee70207

Please sign in to comment.