Skip to content

Commit

Permalink
Use Depenedabot for all directories and group dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Nov 1, 2023
1 parent 4d9287f commit d84a449
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,23 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
groups:
eslint:
patterns:
- "@typescript-eslint*"
- "eslint*"

- package-ecosystem: "npm"
directory: "/server"
schedule:
interval: "daily"
groups:
vscode:
patterns:
- "vscode*"

- package-ecosystem: "npm"
directory: "/client"
schedule:
interval: "daily"

0 comments on commit d84a449

Please sign in to comment.