Skip to content

Commit

Permalink
Speed up dependabot (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
rustydb authored Nov 7, 2024
2 parents 32870d4 + 93d5a34 commit 0b569e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
interval: "daily" # FIXME: Revert back to weekly after we catch-up on updates.
labels:
- "pip"
- "dependencies"
Expand All @@ -18,7 +18,7 @@ updates:
directory: "/"
# Check for updates once a week
schedule:
interval: "weekly"
interval: "daily" # FIXME: Revert back to weekly after we catch-up on updates.
labels:
- "github_actions"
- "dependencies"

0 comments on commit 0b569e5

Please sign in to comment.