Skip to content

Commit 6c10c98

Browse files
committed
Update dependabot.yml and remove custom workflow
Since June 25 2024, dependabot has added multi-directory support for dependencies. As the existing bump-deps.yml was meant as a workaround for this, we can safely remove it and rely solely on dependabot instead. Signed-off-by: David Son <davbson@amazon.com>
1 parent 45def2d commit 6c10c98

File tree

2 files changed

+1
-55
lines changed

2 files changed

+1
-55
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,7 @@ updates:
33

44
# Automatic upgrade for go modules.
55
- package-ecosystem: "gomod"
6-
directory: "/"
7-
schedule:
8-
interval: "daily"
9-
ignore:
10-
# skip grpc because the current latest not compatible with containerd 1.7
11-
# skip k8s deps since they use the latest go version/features that may
12-
# not be in the go version soci uses
13-
# Also ignored in /scripts/bump-deps.sh
14-
- dependency-name: "google.golang.org/grpc"
15-
- dependency-name: "k8s.io/*"
16-
17-
# Automatic upgrade for go modules of cmd package.
18-
- package-ecosystem: "gomod"
19-
directory: "/cmd"
6+
directories: ["/", "/cmd"]
207
schedule:
218
interval: "daily"
229
ignore:

.github/workflows/bump-deps.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)