We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46657c5 commit af1b103Copy full SHA for af1b103
1 file changed
github/ipld.yml
@@ -882,7 +882,19 @@ repositories:
882
description: Java implementation of Content Identifier
883
files:
884
.github/dependabot.yml:
885
- content: .github/dependabot.yml
+ content: |-
886
+ version: 2
887
+ updates:
888
+
889
+ - package-ecosystem: "maven"
890
+ directory: "/"
891
+ schedule:
892
+ interval: "weekly"
893
894
+ - package-ecosystem: "github-actions"
895
896
897
898
has_discussions: false
899
merge_commit_message: PR_TITLE
900
merge_commit_title: MERGE_MESSAGE
0 commit comments