From 8fad702d9b3441101c9c638be085a4e0138bd6f8 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Fri, 22 Sep 2023 18:31:05 +0200 Subject: [PATCH] Ignore carrierwave_backgrounder in Dependabot It slips into a sentry-related update PR, and it won't update anyway since it's a fork from us. --- .github/dependabot.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d514c8e..809c1178 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,6 +18,8 @@ updates: schedule: interval: weekly open-pull-requests-limit: 99 + ignore: + - dependency-name: 'carrierwave_backgrounder' allow: - dependency-type: direct @@ -27,4 +29,4 @@ updates: interval: weekly open-pull-requests-limit: 99 allow: - - dependency-type: direct \ No newline at end of file + - dependency-type: direct