Skip to content

Commit f4b28c1

Browse files
Dependabot v2 branch (#181)
1 parent 045158b commit f4b28c1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

+15
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,18 @@ updates:
1212
allow:
1313
- dependency-name: "github.com/onflow/flow-emulator"
1414
- 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+
directory: "/"
24+
schedule:
25+
interval: "daily"
26+
target-branch: "v2"
27+
allow:
28+
- dependency-name: "github.com/onflow/flow-emulator"
29+
- dependency-name: "github.com/onflow/cadence"

0 commit comments

Comments
 (0)