Skip to content

Commit

Permalink
Angular and react groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed May 25, 2024
1 parent beb3d41 commit f882b2d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,24 @@ updates:
directory: "/"
schedule:
interval: "daily"

- package-ecosystem: "npm"
directory: "/mancalaje-fe"
schedule:
interval: "daily"
groups:
react:
patterns:
- "@react*"
- "react*"
- "@types/react*"

- package-ecosystem: "npm"
directory: "/kala-game-web"
schedule:
interval: "daily"
groups:
angular:
patterns:
- "@angular*"
- "angular*"

0 comments on commit f882b2d

Please sign in to comment.