From 71ea0e70f8e736dd157d1c954c6cf7a7b44f62f9 Mon Sep 17 00:00:00 2001 From: ChiaAutomation <85647627+ChiaAutomation@users.noreply.github.com> Date: Tue, 7 May 2024 20:56:53 -0500 Subject: [PATCH] Update Managed Files (#23) --- .github/dependabot.yml | 51 ++++++++++++++++++++++++++++++++++++++---- 1 file changed, 47 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 48ee185..619dd98 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,56 @@ # 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 go-dependabot managed file property from the repo +# inline with the upstream template, unless you remove the dependabot managed file property from the repo + version: 2 updates: - - package-ecosystem: gomod - directory: "/" + - package-ecosystem: "gomod" + directory: / schedule: - interval: weekly + interval: "weekly" + day: "tuesday" open-pull-requests-limit: 10 + labels: + - dependencies + - go + - "Changed" + reviewers: ["cmmarslender", "starttoaster"] groups: global: patterns: - "*" + + - package-ecosystem: "pip" + directory: / + schedule: + interval: "weekly" + day: "tuesday" + open-pull-requests-limit: 10 + labels: + - dependencies + - python + - "Changed" + reviewers: ["emlowe", "altendky"] + + - package-ecosystem: "github-actions" + directory: / + schedule: + interval: "weekly" + day: "tuesday" + open-pull-requests-limit: 10 + labels: + - dependencies + - github_actions + - "Changed" + reviewers: ["cmmarslender", "altendky"] + + - package-ecosystem: "npm" + directory: / + schedule: + interval: "weekly" + day: "tuesday" + open-pull-requests-limit: 10 + labels: + - dependencies + - javascript + - "Changed" + reviewers: ["cmmarslender", "emlowe"]