From 3fa1efe88d288c36b342e04c96ac868b2765f214 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 24 Nov 2025 14:21:30 +0200 Subject: [PATCH] chore(ci): remove .github/dependabot.yml Signed-off-by: Ismo Vuorinen --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 3a5a9d4..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -version: 2 -updates: - # Maintain dependencies for GitHub Actions - - package-ecosystem: 'github-actions' - directory: '/' - schedule: - interval: 'weekly'