Skip to content

Commit 8f641ac

Browse files
swagatbora90austinvazquez
authored andcommitted
update dependabot to run gomodinside examples/cmd/snapshotting
Signed-off-by: Swagat Bora <[email protected]>
1 parent 8778de3 commit 8f641ac

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ updates:
66
schedule:
77
interval: "daily"
88

9+
# Automatic upgrade for Go modules in examples/cmd/snapshotting
10+
- package-ecosystem: "gomod"
11+
directory: "/examples/cmd/snapshotting"
12+
schedule:
13+
interval: "daily"
14+
ignore:
15+
- dependency-name: "github.com/firecracker-microvm/firecracker-go-sdk"
16+
917
# Automatic upgrade for GitHub Actions packages.
1018
- package-ecosystem: "github-actions"
1119
directory: "/"

0 commit comments

Comments
 (0)