From a50fd2a2a224ad44dfab6995d59d566f7b9a667a Mon Sep 17 00:00:00 2001 From: Ryan Caezar Itang Date: Tue, 7 Mar 2023 19:52:37 +0800 Subject: [PATCH] ci: add dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..9463899d7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily"