Skip to content

Commit

Permalink
Speed up dependabot
Browse files Browse the repository at this point in the history
Let's blaze through the backlog of updates by changing dependabot to
"daily" for a short period of time, at least until we catch-up.
  • Loading branch information
rustydb committed Nov 7, 2024
1 parent 32870d4 commit 93d5a34
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 93d5a34

Please sign in to comment.