Skip to content

Commit

Permalink
🔧 Use dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Poeschl authored Nov 18, 2023
1 parent 0018eaf commit 8b436d8
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,25 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
groups:
GH actions:
dependency-type: "production"
- package-ecosystem: "gradle"
directory: "/backend"
schedule:
interval: "weekly"
interval: "monthly"
groups:
gradle:
dependency-type: "production"
gradle dev:
dependency-type: "development"
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "weekly"
interval: "monthly"
groups:
npm:
dependency-type: "production"
npm dev:
dependency-type: "development"

0 comments on commit 8b436d8

Please sign in to comment.