From bc555ecd6b68ee609afb602d66268e1af16ab60b Mon Sep 17 00:00:00 2001 From: lifehackerhansol Date: Mon, 23 Sep 2024 14:14:17 -0700 Subject: [PATCH] dependabot: remove bundler Jekyll is no longer used. --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3e84edb22b..4872c5afd2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,3 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 -- package-ecosystem: bundler - directory: "/" - schedule: - interval: daily - open-pull-requests-limit: 10