Skip to content

Commit

Permalink
chore(ci): Use directories in dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <[email protected]>
  • Loading branch information
jorsol committed Jun 23, 2024
1 parent d46a6b2 commit 34fdb9c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "maven"
directory: "/scram-client/src/it/jpms-scram-client"
directories:
- "/"
- "/scram-client/src/it/jpms-scram-client"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 34fdb9c

Please sign in to comment.