Skip to content

Commit

Permalink
Experiment: use Groups for dependabot dependencies (#3942)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored Nov 7, 2023
1 parent 39437e5 commit 1212ef8
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
Expand Up @@ -4,6 +4,10 @@ updates:
directory: "/"
schedule:
interval: daily
groups:
main-dependencies:
patterns:
- "*"
open-pull-requests-limit: 10
ignore:
- dependency-name: com.ibm.icu:icu4j
Expand Down Expand Up @@ -93,6 +97,10 @@ updates:
directory: "/"
schedule:
interval: daily
groups:
backport-dependencies:
patterns:
- "*"
open-pull-requests-limit: 10
target-branch: "2.5.x"
ignore:
Expand Down Expand Up @@ -229,26 +237,42 @@ updates:
directory: "/ui"
schedule:
interval: daily
groups:
ui-dependencies:
patterns:
- "*"
open-pull-requests-limit: 10
versioning-strategy: increase

- package-ecosystem: npm
directory: "/ui/ui-app"
schedule:
interval: daily
groups:
ui-dependencies:
patterns:
- "*"
open-pull-requests-limit: 10
versioning-strategy: increase

- package-ecosystem: npm
directory: "/ui/ui-docs"
schedule:
interval: daily
groups:
ui-dependencies:
patterns:
- "*"
open-pull-requests-limit: 10
versioning-strategy: increase

- package-ecosystem: npm
directory: "/ui/tests"
schedule:
interval: daily
groups:
ui-dependencies:
patterns:
- "*"
open-pull-requests-limit: 10
versioning-strategy: increase

0 comments on commit 1212ef8

Please sign in to comment.