From e8c59584318b9a42e8b46a7561ffbdfa9189412f Mon Sep 17 00:00:00 2001 From: ngn Date: Mon, 8 Jan 2024 22:30:34 +0300 Subject: [PATCH] Adding 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..e2331b6 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/app" + schedule: + interval: "daily" + + - package-ecosystem: "gomod" + directory: "/api" + schedule: + interval: "daily"