Skip to content

Commit 15cf83b

Browse files
Group Java dapendabot updates in single PR (#427)
Individual dependabot updates across multiple directories and ecosystems (Gradle and Maven) require too much PR maintenance and place a high load on the build system. This change groups all Java updates in a single PR. Signed-off-by: Mark S. Lewis <[email protected]>
1 parent 0c11ede commit 15cf83b

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,27 @@
11
version: 2
2+
3+
multi-ecosystem-groups:
4+
java:
5+
schedule:
6+
interval: daily
7+
28
updates:
39
- package-ecosystem: docker
410
directories:
511
- "/fabric-chaincode-docker"
612
- "/examples/fabric-contract-example-as-service"
713
schedule:
814
interval: daily
15+
916
- package-ecosystem: "github-actions"
1017
directory: "/"
1118
schedule:
1219
interval: daily
20+
1321
- package-ecosystem: gradle
22+
multi-ecosystem-group: java
23+
patterns:
24+
- "*"
1425
directories:
1526
- "/"
1627
- "/fabric-chaincode-docker"
@@ -23,12 +34,12 @@ updates:
2334
- "/fabric-chaincode-integration-test/src/contracts/fabric-ledger-api"
2435
- "/fabric-chaincode-integration-test/src/contracts/fabric-shim-api"
2536
- "/fabric-chaincode-shim"
26-
schedule:
27-
interval: daily
37+
2838
- package-ecosystem: maven
39+
multi-ecosystem-group: java
40+
patterns:
41+
- "*"
2942
directories:
3043
- "/examples/fabric-contract-example-maven"
3144
- "/fabric-chaincode-integration-test/src/contracts/bare-maven"
3245
- "/fabric-chaincode-integration-test/src/contracts/wrapper-maven"
33-
schedule:
34-
interval: daily

0 commit comments

Comments
 (0)