Skip to content

Commit

Permalink
deps: update dependabot config (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Aug 1, 2023
1 parent 93866f8 commit 16adeab
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,32 @@ updates:
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/samples/java/liquibase"
directory: "/samples/java/cloudrun"
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/samples/java/hibernate"
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/samples/java/jdbc"
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/samples/java/liquibase"
schedule:
interval: "daily"
- package-ecosystem: "maven"
directory: "/samples/java/spring-data-jpa"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/samples/python/psycopg3"
schedule:
interval: "daily"

# benchmarks
- package-ecosystem: "maven"
directory: "/benchmarks/latency-comparison/java"
schedule:
interval: "daily"

0 comments on commit 16adeab

Please sign in to comment.