Skip to content

Commit

Permalink
Group dependency updates (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiranjprice101 authored Feb 29, 2024
1 parent b14aea6 commit e074f74
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,17 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
python-packages:
patterns:
- "*"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
groups:
action-packages:
patterns:
- "*"

0 comments on commit e074f74

Please sign in to comment.