From 0a4a2aacbe21032f561325da218f4c2653cf3a9e Mon Sep 17 00:00:00 2001 From: Joyce Zhu Date: Mon, 10 Aug 2026 14:51:02 -0400 Subject: [PATCH] Allow Dependabot to update `eslint-plugin-github` It supports ESLint 10 now: https://github.com/github/eslint-plugin-github/commit/fe11575a216b55df333dd154da0f59f2fc1415ca --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 092ffb2..91b9aa0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,6 @@ updates: directory: "/" schedule: interval: weekly - # TODO: Allow `eslint` to update to version 10 after `eslint-plugin-github` updates with support for v10 too - ignore: - - dependency-name: "eslint" - update-types: ["version-update:semver-major"] groups: all-dependencies: patterns: