From a3c6a9cbb6ce49582fe4f78c405715f64f13741b Mon Sep 17 00:00:00 2001 From: ns Date: Tue, 13 Feb 2024 10:33:43 +0000 Subject: [PATCH] ci: add dependabot --- .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..948b89c --- /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: weekly