diff options
| author | nathan-415 <42319948+nathan-415@users.noreply.github.com> | 2021-10-26 17:47:57 -0500 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2022-03-24 08:59:31 +0100 |
| commit | 89bc860804252dbacb8c2bea60b9204859f4afd7 (patch) | |
| tree | f6a9b34524f0e1eb0b19f217b0dc3ef8dc671592 /.github | |
| parent | 3e71f314c953e95ab6d9ff5c4da398ca6ef492c5 (diff) | |
.github: included dependabot
Enable dependabot to get security updates and if needed version updates on dependencies.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/dependabot.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..9c57b7ced --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +// 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. + +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + commit-message: + prefix: "mod: do" |
