From bdd7dc1e51a27f3ccded3d201285c8182e396ff9 Mon Sep 17 00:00:00 2001 From: Takeshi Yoneda Date: Wed, 4 Dec 2024 11:09:55 -0800 Subject: [PATCH] ci: adds dependabot.yml Signed-off-by: Takeshi Yoneda --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..de6ee176 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# 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 + directories: + - "/" + schedule: + interval: weekly + groups: + k8s.io: + patterns: + - "k8s.io/*" + golang.org: + patterns: + - "golang.org/*"