Skip to content

Commit

Permalink
Fix dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
slachiewicz committed Dec 30, 2023
1 parent 5c5461d commit 3764390
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
#
version: 2
updates:
- package-ecosystem: maven
directory: "/"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: daily
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 3764390

Please sign in to comment.