Skip to content

Commit

Permalink
Merge pull request #245 from JHWelch/re-split-dependabot
Browse files Browse the repository at this point in the history
Split back into dev & prod separately.
  • Loading branch information
JHWelch authored Dec 2, 2024
2 parents 30e7d4c + 1ca3d0c commit 2ec7976
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: monthly
groups:
actions-dependencies:
patterns:
Expand All @@ -18,26 +18,29 @@ updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
interval: monthly
groups:
global-npm-dependencies:
patterns:
- "*"
global-development-dependencies:
dependency-type: development
global-production-dependencies:
dependency-type: production

- package-ecosystem: npm
directory: /client
schedule:
interval: weekly
interval: monthly
groups:
client-npm-dependencies:
patterns:
- "*"
client-development-dependencies:
dependency-type: development
client-production-dependencies:
dependency-type: production

- package-ecosystem: npm
directory: /server
schedule:
interval: weekly
interval: monthly
groups:
server-npm-dependencies:
patterns:
- "*"
server-development-dependencies:
dependency-type: development
server-production-dependencies:
dependency-type: production

0 comments on commit 2ec7976

Please sign in to comment.