Skip to content

Commit

Permalink
Fix typo in dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Jul 31, 2023
1 parent 972f5db commit f27bdfb
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,20 @@ updates:
schedule:
interval: "monthly"
open-pull-requests-limit: 10
python-dependencies:
patterns:
- "*"
documentation-dependencies:
patterns:
- "sphinx*"
groups:
python-dependencies:
patterns:
- "*"
documentation-dependencies:
patterns:
- "sphinx*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 10
actions-dependencies:
patterns:
- "*"
groups:
actions-dependencies:
patterns:
- "*"

0 comments on commit f27bdfb

Please sign in to comment.