diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7dcbbc1da6c4..0c842df66fa4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,64 +1,67 @@ -# Basic dependabot.yml file with -# minimum configuration for two package managers +# This file is managed by the repo-content-updater project. Manual changes here will result in a PR to bring back +# inline with the upstream template, unless you remove the dependabot managed file property from the repo version: 2 updates: - # Enable version updates for Python + - package-ecosystem: "gomod" + directory: / + schedule: + interval: "weekly" + day: "tuesday" + open-pull-requests-limit: 10 + labels: + - dependencies + - go + - "Changed" + reviewers: ["cmmarslender", "starttoaster"] + groups: + global: + patterns: + - "*" + - package-ecosystem: "pip" - # Look for a `Dockerfile` in the `root` directory - directory: "/" - # Check for updates once a week + directory: / schedule: interval: "weekly" day: "tuesday" + open-pull-requests-limit: 10 labels: - dependencies - python - "Changed" - target-branch: "main" - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1` - separator: "-" - reviewers: - - "emlowe" - - "altendky" + reviewers: ["emlowe", "altendky"] - # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" - directory: "/" - # Check for updates once a week + directory: / schedule: interval: "weekly" day: "tuesday" + open-pull-requests-limit: 10 labels: - dependencies - github_actions - "Changed" - target-branch: "main" - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1` - separator: "-" - reviewers: - - "cmmarslender" - - "altendky" + reviewers: ["cmmarslender", "altendky"] - package-ecosystem: "npm" - directory: "/" - # Check for updates once a week + directory: / schedule: interval: "weekly" day: "tuesday" + open-pull-requests-limit: 10 labels: - dependencies - javascript - "Changed" - target-branch: "main" - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - # for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1` - separator: "-" - reviewers: - - "cmmarslender" - - "paninaro" + reviewers: ["cmmarslender", "emlowe"] + + - package-ecosystem: cargo + directory: / + schedule: + interval: "weekly" + day: "tuesday" + open-pull-requests-limit: 10 + labels: + - dependencies + - rust + - "Changed"