diff options
| -rw-r--r-- | .github/CODEOWNERS | 3 | ||||
| -rw-r--r-- | .github/dependabot.yml | 9 |
2 files changed, 8 insertions, 4 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6f51053c4..d49a031e2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,10 +1,9 @@ # For reference see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners -*.py @xairy *fuchsia* @mvanotti @noncombatant @glpesk @eepeep @corkamig *freebsd* @markjdb @tuexen *netbsd* @krytarowski @R3x *openbsd* @blackgnezdo @mptre *gvisor* @avagin -vendor/ @dvyukov +vendor/ @tarasmadan 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" |
