From 27ed7caea690931481ec05210698b68089bdef6e Mon Sep 17 00:00:00 2001 From: William Van Hevelingen Date: Fri, 18 Nov 2022 16:07:24 -0800 Subject: [PATCH] chore: Enable dependabot for automatic dependency updates (#8339) Signed-off-by: William Van Hevelingen Signed-off-by: William Van Hevelingen Co-authored-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com> Signed-off-by: emirot --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000000..a159b99307a8a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + ignore: + - dependency-name: k8s.io/* + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"