From fcba4c1134612b5198a1304deded5ca442bdeaea Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Wed, 1 Nov 2023 22:47:37 +0900 Subject: [PATCH] Add .github/dependabot.yml Signed-off-by: Akihiro Suda --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..aad738c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily"