Skip to content

Commit

Permalink
manage flyway deps as a group (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyP233 authored Dec 18, 2024
1 parent 38b2049 commit 75a4127
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ updates:
open-pull-requests-limit: 5
labels:
- "gradle"
- "dependencies"
- "dependencies"
groups:
flyway-deps:
patterns:
- "org.flyway*"

- package-ecosystem: "gradle"
directory: "/packages/IngestAPI"
Expand All @@ -26,7 +30,11 @@ updates:
open-pull-requests-limit: 10
labels:
- "gradle"
- "dependencies"
- "dependencies"
groups:
flyway-deps:
patterns:
- "org.flyway*"

- package-ecosystem: "npm"
directory: "/packages/PlanLimitsUI"
Expand Down

0 comments on commit 75a4127

Please sign in to comment.