From 69abf6c7a42942f529f2b3d5b6917f97c5aecc10 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 6 Nov 2024 21:35:14 +0100 Subject: dependabot.yml: remove mockery from ignore list For some reason dependabot stopped to create PRs again. I think it happened after this change. Let's check this assumption. --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.github') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7e67fdc9f..44bff7dc1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,9 +10,6 @@ updates: directory: "/" schedule: interval: monthly - ignore: - # Mockery update requires manual changes in ./tools/mockery.sh. - - dependency-name: "mockery" open-pull-requests-limit: 5 commit-message: prefix: "mod:" -- cgit mrf-deployment