blob: f203c455a554ba759f5930b2ea7695e96cf5c767 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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"
groups:
stable-enough:
patterns:
- "*"
exclude-patterns:
- "mockery"
- "golangci-lint"
- "appengine"
|