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 5c13390 commit b588284
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "maven"
directory: "/nameprep/src/it/jpms-nameprep"
schedule:
interval: "weekly"
- package-ecosystem: "maven"
directory: "/saslprep/src/it/jpms-saslprep"
schedule:
interval: "weekly"
- package-ecosystem: "maven"
directory: "/stringprep/src/it/jpms-stringprep"
directories:
- "/"
- "/nameprep/src/it/jpms-nameprep"
- "/saslprep/src/it/jpms-saslprep"
- "/stringprep/src/it/jpms-stringprep"
schedule:
interval: "weekly"

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

0 comments on commit b588284

Please sign in to comment.