Skip to content

Commit

Permalink
Merge pull request #304 from WadeBarnes/main
Browse files Browse the repository at this point in the history
Refine dependabot configuration for github action updates
  • Loading branch information
WadeBarnes authored Feb 13, 2024
2 parents 27afd0d + 3ee4a1c commit 6ab7a70
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
# - Group all updates into a single PR
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
time: 01:00
timezone: Canada/Pacific
groups:
all-actions:
patterns: [ "*" ]

# Maintain dependencies for Python packages
- package-ecosystem: pip
directory: /server
schedule:
interval: daily
interval: daily

0 comments on commit 6ab7a70

Please sign in to comment.