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 8778de3 commit 8f641acCopy full SHA for 8f641ac
.github/dependabot.yml
@@ -6,6 +6,14 @@ updates:
6
schedule:
7
interval: "daily"
8
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
+
17
# Automatic upgrade for GitHub Actions packages.
18
- package-ecosystem: "github-actions"
19
directory: "/"
0 commit comments