Skip to content

Commit

Permalink
Merge branch 'main' into precommit/codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda authored Nov 21, 2023
2 parents 5caa4ec + 5fa5ca2 commit 27b7d2e
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,29 @@ updates:
schedule:
interval: "monthly"
# Labels on pull requests for version updates only
labels:
- "ci"
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:
- "borda"

# Enable version updates for python
- package-ecosystem: "pip"
# Look for a `requirements` in the `root` directory
directory: "/requirements"
# Check for updates once a week
schedule:
interval: "weekly"
# Labels on pull requests for version updates only
labels: ["enhancement"]
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 pip dependencies
open-pull-requests-limit: 5
reviewers:
- "willingc"

0 comments on commit 27b7d2e

Please sign in to comment.