Skip to content

Commit

Permalink
Merge pull request #683 from UW-GAC/maint/dependabot-nightly
Browse files Browse the repository at this point in the history
Run dependabot nightly
  • Loading branch information
amstilp authored Aug 2, 2024
2 parents edadbce + 61a2ff4 commit f732d3b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
interval: "daily"

# Enable version updates for Python/Pip - Production
- package-ecosystem: "pip"
Expand All @@ -14,8 +13,7 @@ updates:
directory: "/"
# Check for updates to GitHub Actions every weekday
schedule:
interval: "weekly"
day: "sunday"
interval: "daily"
allow:
# Allow only direct dependencies - should be ok with pip-sync?
- dependency-type: "direct"
Expand Down

0 comments on commit f732d3b

Please sign in to comment.