Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Jul 15, 2024
1 parent 955adfb commit ca960e7
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,12 @@ version: 2
updates:
- package-ecosystem: maven
directories:
- "/"
- "/samples/spring/pet-store"
- "/samples/springboot3/pet-store"
- "/samples/springboot3/alt-pet-store"
- "/samples/springboot3/graphql-pet-store"
- "/samples/springboot3/pet-store-native"
- "/samples/jersey/pet-store"
- "**/*"
schedule:
interval: "weekly"
open-pull-requests-limit: 20
- package-ecosystem: gradle
directories:
- "/samples/spring/pet-store"
- "/samples/springboot3/pet-store"
- "/samples/springboot3/alt-pet-store"
- "/samples/springboot3/pet-store-native"
- "/samples/jersey/pet-store"
- "**/*"
schedule:
interval: "weekly"

0 comments on commit ca960e7

Please sign in to comment.