Skip to content

Commit

Permalink
add /auth to dependabot (#15935)
Browse files Browse the repository at this point in the history
  • Loading branch information
snesm committed Sep 20, 2024
1 parent 30a1b2e commit fe66c64
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,17 @@ updates:
timezone: "US/Eastern"
rebase-strategy: "disabled"

# auth
- package-ecosystem: "gradle"
directory: "/auth"
open-pull-requests-limit: 100
schedule:
interval: "weekly"
day: "sunday"
time: "04:17"
timezone: "US/Eastern"
rebase-strategy: "disabled"

# Backend
- package-ecosystem: "gradle"
directory: "/prime-router"
Expand Down

0 comments on commit fe66c64

Please sign in to comment.