We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045158b commit f4b28c1Copy full SHA for f4b28c1
.github/dependabot.yml
@@ -12,3 +12,18 @@ updates:
12
allow:
13
- dependency-name: "github.com/onflow/flow-emulator"
14
- dependency-name: "github.com/onflow/cadence"
15
+
16
+ - package-ecosystem: "github-actions"
17
+ directory: "/"
18
+ schedule:
19
+ interval: "weekly"
20
+ target-branch: "v2"
21
22
+ - package-ecosystem: "gomod"
23
24
25
+ interval: "daily"
26
27
+ allow:
28
+ - dependency-name: "github.com/onflow/flow-emulator"
29
+ - dependency-name: "github.com/onflow/cadence"
0 commit comments