Skip to content

Commit 6fe15ec

Browse files
committed
As required, revert the Dependabot fixes so Dockerfiles and Rust dependencies will not be updated automatically
Signed-off-by: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com>
1 parent 11ebfc2 commit 6fe15ec

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/dependabot.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22

33
updates:
44
- package-ecosystem: "docker"
5-
directory: "/.release"
5+
directory: "/"
66
labels: ["dependencies"]
77
schedule:
88
# By default, this will be on a Monday.
@@ -39,13 +39,3 @@ updates:
3939
go:
4040
patterns:
4141
- "*"
42-
43-
- package-ecosystem: "cargo"
44-
directory: "/functional-tests"
45-
labels: ["area/CI"]
46-
schedule:
47-
interval: "weekly"
48-
groups:
49-
ci:
50-
patterns:
51-
- "*"

0 commit comments

Comments
 (0)