From 15f5b7dde5eecc57c16d8805e300cb2d4fa5dfef Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Mon, 2 Dec 2024 03:04:46 +0000 Subject: [PATCH] Stop updating examples via dependabot Examples should be updated alongside the backend directory and it makes no sense to have separate update PRs for it. --- .github/dependabot.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 783c54e5..91c3ecbc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,13 +20,6 @@ updates: groups: "Go modules updates": dependency-type: "production" - - package-ecosystem: "gomod" - directory: "/backend/_example/memory_store" - schedule: - interval: "monthly" - groups: - "Go modules updates": - dependency-type: "production" - package-ecosystem: "npm" directory: "/frontend" schedule: