Skip to content

Commit

Permalink
Add java updates to dependabot (#268)
Browse files Browse the repository at this point in the history
Ensure java deps are up to date

Signed-off-by: Appu <appu@google.com>
  • Loading branch information
loosebazooka committed Mar 25, 2024
1 parent 2b66057 commit b70a46d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/dependabot.yml
Expand Up @@ -26,4 +26,8 @@ updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "daily"
- package-ecosystem: "gradle"
directory: "/java"
schedule:
interval: "daily"

0 comments on commit b70a46d

Please sign in to comment.