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 f37d94b commit c1cb62c
Showing 1 changed file with 24 additions and 12 deletions.
36 changes: 24 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,31 @@ 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:
Expand All @@ -26,11 +41,8 @@ updates:
all:
patterns:
- "*"
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/scraper" # Location of package manifests
- package-ecosystem: "gitsubmodule"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
groups:
all:
patterns:
- "*"
interval: "daily"

0 comments on commit c1cb62c

Please sign in to comment.