Skip to content

Commit

Permalink
Run dependabot nightly
Browse files Browse the repository at this point in the history
Since we're now using the action to combine dependabot PRs into a
single PR, it's ok if dependabot runs more frequently.
  • Loading branch information
amstilp committed Aug 2, 2024
1 parent edadbce commit 61a2ff4
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 61a2ff4

Please sign in to comment.