From 312c4b1914660afcca7b28a2d633d47a84ef852a Mon Sep 17 00:00:00 2001 From: Aris Kotsomitopoulos <60798129+ariskotsomitopoulos@users.noreply.github.com> Date: Wed, 19 Jan 2022 14:18:16 +0200 Subject: [PATCH] Update dependabot.yml Ignore all versions of github-script while not possible to ignore a specific version --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53cfc4e389..0573461e7a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,8 +11,7 @@ updates: schedule: interval: "weekly" ignore: - - dependency-name: "github-script" - versions: ["3.x"] + - dependency-name: "*github-script*" # Updates for Gradle dependencies used in the app - package-ecosystem: gradle directory: "/"