From 3fab905e3964d9c7fa6071096efeee3fbfa86b89 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 25 Aug 2025 13:58:19 -0300 Subject: [PATCH] chore(dependabot): remove `docker` as we don't have docker for now --- .github/dependabot.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 78e74d71c9b697f9153e3d78415a671aa8325d32..4468e149dcc1fbe1bca6eca30d1dc26eb6aed584 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,16 +26,3 @@ updates: commit-message: prefix: "chore" include: "scope" - - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "weekly" - day: "monday" - time: "05:00" - timezone: "America/New_York" - labels: - - "area: dependencies" - commit-message: - prefix: "chore" - include: "scope"