Skip to content

Commit

Permalink
dependabot config (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb authored Jan 31, 2025
1 parent c7eab11 commit 37715d7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
open-pull-requests-limit: 10
groups:
minor-patch-dependencies:
patterns:
- "*"
update-types:
- "minor"
- "patch"
schedule:
interval: "weekly"
time: "06:00"
timezone: "America/New_York"
target-branch: "dev"
reviewers:
- "@DataBiosphere/broad-core-services"
labels:
- "dependency"
- "gradle"
commit-message:
prefix: "[CORE-69]"

0 comments on commit 37715d7

Please sign in to comment.