From 51f8b4238d7a3d0c293926289cb189462c5e2e30 Mon Sep 17 00:00:00 2001 From: yyzxw <1020938856@qq.com> Date: Wed, 27 Dec 2023 14:32:47 +0800 Subject: [PATCH] feat: add dependbot Signed-off-by: xiaowu.zhu --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..b83f0a13 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +# Please see the documentation for all configuration options: +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gomod" + target-branch: main + directory: "/" + schedule: + interval: "weekly" + day: "sunday" + labels: + - area/dependency + ignore: + - dependency-name: k8s.io/* + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"