Skip to content

Commit

Permalink
chore: simplify dependabot config using https://github.blog/changelog…
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed May 22, 2024
1 parent ea2b50f commit 73c15aa
Showing 1 changed file with 16 additions and 44 deletions.
60 changes: 16 additions & 44 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,50 +6,22 @@
version: 2
updates:
- package-ecosystem: maven
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: maven
directory: "/samples/spring/pet-store"
schedule:
interval: "weekly"
- package-ecosystem: gradle
directory: "/samples/spring/pet-store"
schedule:
interval: "weekly"
- package-ecosystem: maven
directory: "/samples/springboot3/pet-store"
schedule:
interval: "weekly"
- package-ecosystem: gradle
directory: "/samples/springboot3/pet-store"
schedule:
interval: "weekly"
- package-ecosystem: maven
directory: "/samples/springboot3/alt-pet-store"
schedule:
interval: "weekly"
- package-ecosystem: gradle
directory: "/samples/springboot3/alt-pet-store"
schedule:
interval: "weekly"
- package-ecosystem: maven
directory: "/samples/springboot3/graphql-pet-store"
schedule:
interval: "weekly"
- package-ecosystem: maven
directory: "/samples/springboot3/pet-store-native"
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"
- package-ecosystem: gradle
directory: "/samples/springboot3/pet-store-native"
schedule:
interval: "weekly"
- package-ecosystem: maven
directory: "/samples/jersey/pet-store"
schedule:
interval: "weekly"
- package-ecosystem: gradle
directory: "/samples/jersey/pet-store"
schedule:
interval: "weekly"
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 73c15aa

Please sign in to comment.