Skip to content

Commit

Permalink
Update sphinx build requirements with dependabot.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed May 31, 2024
1 parent 07b76fa commit ae537b7
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,30 @@ updates:
applies-to: security-updates
patterns:
- '*'
- package-ecosystem: "pip"
directory: "/doc"
target-branch: trunk
schedule:
interval: "monthly"
time: "07:00"
timezone: "EST5EDT"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 2
reviewers:
- joaander
groups:
pip-version:
applies-to: version-updates
patterns:
- '*'
update-types:
- minor
- patch
pip-security:
applies-to: security-updates
patterns:
- '*'
update-types:
- minor
- patch

0 comments on commit ae537b7

Please sign in to comment.