forked from hyperledger/fabric-chaincode-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
34 lines (34 loc) · 1.17 KB
/
Copy pathdependabot.yml
File metadata and controls
34 lines (34 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
version: 2
updates:
- package-ecosystem: docker
directories:
- "/fabric-chaincode-docker"
- "/examples/fabric-contract-example-as-service"
schedule:
interval: weekly
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: gradle
directories:
- "/"
- "/fabric-chaincode-docker"
- "/examples/fabric-contract-example-as-service"
- "/examples/fabric-contract-example-gradle"
- "/examples/fabric-contract-example-gradle-kotlin"
- "/examples/ledger-api"
- "/fabric-chaincode-integration-test"
- "/fabric-chaincode-integration-test/src/contracts/bare-gradle"
- "/fabric-chaincode-integration-test/src/contracts/fabric-ledger-api"
- "/fabric-chaincode-integration-test/src/contracts/fabric-shim-api"
- "/fabric-chaincode-shim"
schedule:
interval: weekly
- package-ecosystem: maven
directories:
- "/examples/fabric-contract-example-maven"
- "/fabric-chaincode-integration-test/src/contracts/bare-maven"
- "/fabric-chaincode-integration-test/src/contracts/wrapper-maven"
schedule:
interval: weekly