From 7f2a4c5de5f16f1c3deb9ddb062e07df70264c11 Mon Sep 17 00:00:00 2001 From: Marin Atanasov Nikolov Date: Tue, 24 Sep 2024 19:43:33 +0300 Subject: [PATCH] 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..9419fdc --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: "/" # Location of package manifests + schedule: + interval: "weekly"