Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tdittr authored Aug 15, 2024
1 parent 2e40a00 commit f6d1a75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
interval: "weekly"
day: "thursday"
groups:
npm-dependencies:
backend-dependencies:
patterns:
- "*"
- package-ecosystem: "npm"
Expand All @@ -15,7 +15,7 @@ updates:
interval: "weekly"
day: "thursday"
groups:
npm-dependencies:
frontend-dependencies:
patterns:
- "*"
- package-ecosystem: "github-actions"
Expand All @@ -24,6 +24,6 @@ updates:
interval: "weekly"
day: "thursday"
groups:
npm-dependencies:
ci-dependencies:
patterns:
- "*"

0 comments on commit f6d1a75

Please sign in to comment.