From 872f5259b499e1047b1462bbdb8a5801afaa5ff4 Mon Sep 17 00:00:00 2001 From: merlos Date: Wed, 11 Dec 2024 11:03:57 +0300 Subject: [PATCH] remove dependabot from workflows --- .github/workflows/dependabot.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index b4c42b3..0000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,24 +0,0 @@ ---- -version: 2 -updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: daily - time: "07:00" - timezone: "Europe/Amsterdam" - - - package-ecosystem: pip - directory: /mag-cli - schedule: - interval: daily - time: "07:00" - timezone: "Europe/Amsterdam" - - - package-ecosystem: docker - directory: /mag-sh - schedule: - interval: weekly - day: thursday - time: "07:00" - timezone: "Europe/Amsterdam"