diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-11-06 21:35:14 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-11-07 08:34:12 +0000 |
| commit | 69abf6c7a42942f529f2b3d5b6917f97c5aecc10 (patch) | |
| tree | d1d6ffaaab8f81261226eee847b727640d6959f9 /.github | |
| parent | df3dc63b8ba0b52ca67025f5b55cd4356b3eda75 (diff) | |
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.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 3 |
1 files changed, 0 insertions, 3 deletions
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:" |
