Skip to content

Commit

Permalink
ci: change dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhart committed Oct 4, 2024
1 parent d4691d1 commit 7196b92
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ updates:
- package-ecosystem: "pip" # See documentation for possible values
directories:
- "/" # Location of package manifests
- "docs/"
- "tests/"
- "/docs"
- "/tests"
schedule:
interval: "weekly"
commit-message:
prefix: "build"
groups:
python-dependencies:
applies-to: version-updates
patterns:
- "*"

- package-ecosystem: github-actions
directory: /
Expand All @@ -25,3 +28,6 @@ updates:
prefix: "ci"
groups:
actions-dependencies:
applies-to: version-updates
patterns:
- "*"

0 comments on commit 7196b92

Please sign in to comment.