From 679190fd34db86e3706accb036b4552fd821120c Mon Sep 17 00:00:00 2001 From: koplo199 <85577251+koplo199@users.noreply.github.com> Date: Mon, 7 Nov 2022 19:43:32 +0100 Subject: [PATCH] Resolve conflicts --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7b7bf98..6861674 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,11 @@ updates: directory: "/" schedule: interval: weekly - open-pull-requests-limit: 10 + ignore: + - dependency-name: node-fetch + versions: + - ">=3.0.0" - package-ecosystem: github-actions directory: "/" schedule: interval: weekly - open-pull-requests-limit: 10