Skip to content

Commit

Permalink
Refine dependabot configuration for github action updates
Browse files Browse the repository at this point in the history
- Update weekly, Monday at 1am Pacific.
- Group all updates into a single PR.

Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes committed Feb 13, 2024
1 parent 27afd0d commit 3ee4a1c
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 3ee4a1c

Please sign in to comment.