Skip to content

Commit 52a591d

Browse files
fixup! Configure dependabot
Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
1 parent 1b8e3ef commit 52a591d

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ updates:
1717
- dependency-type: all
1818
schedule:
1919
interval: "weekly"
20+
ignore:
21+
- dependency-name: "github.com/hyperledger/fabric*"
22+
- dependency-name: "github.com/hyperledger-labs/fabric*"
2023
groups:
21-
dev-deps:
22-
dependency-type: "development"
23-
prod-deps:
24-
dependency-type: "production"
24+
all-deps:
25+
update-types:
26+
- minor
27+
- patch

0 commit comments

Comments
 (0)