From ed29d483a8df220bcdb4d29ae33c3a0980ae3b16 Mon Sep 17 00:00:00 2001 From: Alvar Penning Date: Tue, 15 Apr 2025 15:08:54 +0200 Subject: [PATCH] .github/dependabot.yml: Do not ignore github.com/otiai10/copy The dependabot.yml configuration file is in its same state as initially committed in #59. Since four years ago, the configuration contains an ignore rule for the github.com/otiai10/copy Go module, which thus have not received any updates. --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4a181d2..2431af7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,11 +6,6 @@ updates: interval: daily time: "10:00" open-pull-requests-limit: 10 - ignore: - - dependency-name: github.com/otiai10/copy - versions: - - 1.4.2 - - 1.5.1 - package-ecosystem: docker directory: "/" schedule: