We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a464a79 + b75d517 commit 07c87e7Copy full SHA for 07c87e7
.github/dependabot.yml
@@ -0,0 +1,28 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "gomod"
4
+ directory: "/metamask_decryptor"
5
+ schedule:
6
+ interval: "daily"
7
+ time: "06:00"
8
+ timezone: "America/Chicago"
9
+ open-pull-requests-limit: 10
10
+ commit-message:
11
+ prefix: "chore(deps)"
12
+ groups:
13
+ minor-and-patch:
14
+ patterns: ["*"]
15
+ update-types: ["minor", "patch"]
16
17
+ directory: "/metamask_extractor"
18
19
20
21
22
23
24
25
26
27
28
0 commit comments