aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-01-18 11:58:53 +0100
committerTaras Madan <tarasmadan@google.com>2024-01-18 12:37:05 +0000
commita1923a8640a39aa8851f91d907a34dc12ffc5d32 (patch)
tree1727116c22328a1dcc3aeb708f551dff1bac20f3 /.github/dependabot.yml
parent239abf840427841c91a546737fdcb9a1ed18bd39 (diff)
dependabot: use monthly schedule
We are getting too many PRs too often to react on all.
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml9
1 files changed, 7 insertions, 2 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 8ac959fa8..9cb3767c8 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -1,12 +1,17 @@
# Copyright 2017 syzkaller project authors. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
+# For documentation see:
+# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
- interval: daily
+ interval: monthly
open-pull-requests-limit: 10
commit-message:
- prefix: "mod: do"
+ prefix: "mod:"
+ assignees:
+ - "tarasmadan"