From 40f83bd73ab04e81b1d66c7f6f01c9fe1f34e87f Mon Sep 17 00:00:00 2001 From: Ohad Israeli <243351248+cx-ohad-israeli@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:45:50 +0300 Subject: [PATCH] chore: remove Dependabot configuration --- .github/dependabot.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 9297ed7..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,14 +0,0 @@ -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - -version: 2 -updates: - # Maintain dependencies for Github Actions - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - # Maintain dependencies for docker - - package-ecosystem: "docker" - directory: "/" - schedule: - interval: "weekly"