From 84c7c63cab75dcaec9ec3fb50c34dfc8c465de7c Mon Sep 17 00:00:00 2001 From: Espen Hovlandsdal Date: Tue, 10 Dec 2024 09:28:17 -0800 Subject: [PATCH] ci: remove dependabot (replace with renovate) --- .github/dependabot.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 14943fc..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "daily"