Skip to content

Commit 3b61906

Browse files
Merge remote-tracking branch 'origin/master-sync-multiformats'
2 parents acec88a + 37e565c commit 3b61906

File tree

1 file changed

+39
-3
lines changed

1 file changed

+39
-3
lines changed

github/multiformats.yml

Lines changed: 39 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,19 @@ repositories:
659659
description: Java implementation of multiaddr
660660
files:
661661
.github/dependabot.yml:
662-
content: .github/dependabot.yml
662+
content: |-
663+
version: 2
664+
updates:
665+
666+
- package-ecosystem: "maven"
667+
directory: "/"
668+
schedule:
669+
interval: "weekly"
670+
671+
- package-ecosystem: "github-actions"
672+
directory: "/"
673+
schedule:
674+
interval: "weekly"
663675
has_discussions: false
664676
merge_commit_message: PR_TITLE
665677
merge_commit_title: MERGE_MESSAGE
@@ -692,7 +704,19 @@ repositories:
692704
description: A Java implementation of multibase
693705
files:
694706
.github/dependabot.yml:
695-
content: .github/dependabot.yml
707+
content: |-
708+
version: 2
709+
updates:
710+
711+
- package-ecosystem: "maven"
712+
directory: "/"
713+
schedule:
714+
interval: "weekly"
715+
716+
- package-ecosystem: "github-actions"
717+
directory: "/"
718+
schedule:
719+
interval: "weekly"
696720
has_discussions: false
697721
merge_commit_message: PR_TITLE
698722
merge_commit_title: MERGE_MESSAGE
@@ -725,7 +749,19 @@ repositories:
725749
description: A Java implementation of Multihash
726750
files:
727751
.github/dependabot.yml:
728-
content: .github/dependabot.yml
752+
content: |-
753+
version: 2
754+
updates:
755+
756+
- package-ecosystem: "maven"
757+
directory: "/"
758+
schedule:
759+
interval: "weekly"
760+
761+
- package-ecosystem: "github-actions"
762+
directory: "/"
763+
schedule:
764+
interval: "weekly"
729765
has_discussions: false
730766
merge_commit_message: PR_TITLE
731767
merge_commit_title: MERGE_MESSAGE

0 commit comments

Comments
 (0)