From 927ac135f9cdb7daeca0a05188a040ebab0f0f49 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 22 Feb 2023 02:06:14 +0400 Subject: [PATCH] chore: add dependabot --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..3938344 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "daily"