CI: Enable dependabot for GitHub Actions (#13589)

* Enable dependabot on GHA

* Update comment

* Update PR limit

Co-authored-by: Jirka Borovec <Borda@users.noreply.github.com>
This commit is contained in:
Akihiro Nitta 2022-07-12 21:17:23 +09:00 committed by GitHub
parent 57f5e18587
commit e287f22af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 2 deletions

View File

@ -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"