diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-11-06 12:48:54 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-11-06 13:13:31 +0000 |
| commit | df3dc63b8ba0b52ca67025f5b55cd4356b3eda75 (patch) | |
| tree | f5492ad600f305661efca132298f74e97479b308 /.github | |
| parent | 9a660e3a2d8b605698e61517ad4f2969d8e15f60 (diff) | |
dependabot.yml: let's ignore mockery
Mockery requires manual changes in ./tools/mockery.sh.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44bff7dc1..7e67fdc9f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,9 @@ 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:" |
