github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/.github/dependabot.yml (about)

     1  # Copyright 2017 syzkaller project authors. All rights reserved.
     2  # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
     3  
     4  # For documentation see:
     5  # https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
     6  
     7  version: 2
     8  updates:
     9  - package-ecosystem: gomod
    10    directory: "/"
    11    schedule:
    12      interval: monthly
    13    open-pull-requests-limit: 10
    14    commit-message:
    15      prefix: "mod:"
    16    assignees:
    17      - "tarasmadan"