Skip to content

Commit

Permalink
Update dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mk868 committed Nov 5, 2024
1 parent 7070fa7 commit 4d7fd01
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,10 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/jgpio"
schedule:
interval: "weekly"
groups:
dev-deps:
dependency-type: "development"
prod-deps:
dependency-type: "production"
- package-ecosystem: "maven"
directory: "/jgpio-it"
schedule:
interval: "weekly"
groups:
dev-deps:
dependency-type: "development"
prod-deps:
dependency-type: "production"
- package-ecosystem: "maven"
directory: "/examples"
directories:
- "/jgpio"
- "/jgpio-it"
- "/examples"
schedule:
interval: "weekly"
groups:
Expand Down

0 comments on commit 4d7fd01

Please sign in to comment.