aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 9cb3767c8bddb11c1d8ba0053d60cbd7f9325910 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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: monthly
  open-pull-requests-limit: 10
  commit-message:
    prefix: "mod:"
  assignees:
    - "tarasmadan"