aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTaras Madan <tarasmadan@google.com>2024-11-06 12:48:54 +0100
committerTaras Madan <tarasmadan@google.com>2024-11-06 13:13:31 +0000
commitdf3dc63b8ba0b52ca67025f5b55cd4356b3eda75 (patch)
treef5492ad600f305661efca132298f74e97479b308 /.github
parent9a660e3a2d8b605698e61517ad4f2969d8e15f60 (diff)
dependabot.yml: let's ignore mockery
Mockery requires manual changes in ./tools/mockery.sh.
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml3
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:"