From e287f22af80d909f8ebe1031fe2b86c40e654f33 Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Tue, 12 Jul 2022 21:17:23 +0900 Subject: [PATCH] CI: Enable dependabot for GitHub Actions (#13589) * Enable dependabot on GHA * Update comment * Update PR limit Co-authored-by: Jirka Borovec --- .github/dependabot.yml | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7a957a2a1..ab67c9026b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,8 +17,25 @@ updates: # Separate sections of the branch name with a hyphen # for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1` separator: "-" - # Allow up to 10 open pull requests for pip dependencies + # Allow up to 5 open pull requests for pip dependencies + open-pull-requests-limit: 5 + reviewers: + - "Lightning-AI/teams/core-lightning" + + # Enable version updates for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + # Check for updates once a week + schedule: + interval: "monthly" + # Labels on pull requests for version updates only + labels: + - "ci" + 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: "-" + # Allow up to 5 open pull requests for GitHub Actions open-pull-requests-limit: 5 reviewers: - - "carmocca" - "Lightning-AI/teams/core-lightning"