Skip to content

Commit

Permalink
fix(dependabot): run dependabot daily - cause security
Browse files Browse the repository at this point in the history
Signed-off-by: gacallea <[email protected]>
  • Loading branch information
andreacfromtheapp committed Aug 16, 2024
1 parent 139ffc9 commit a5ddcec
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ updates:
# Maintain dependencies for Cargo
- package-ecosystem: cargo
directory: "/"
# Check for updates every Monday
schedule:
interval: "weekly"
interval: daily
open-pull-requests-limit: 10
versioning-strategy: "lockfile-only"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
- package-ecosystem: github-actions
directory: "/"
# Check for updates every Monday
schedule:
interval: "weekly"
interval: daily
open-pull-requests-limit: 10

0 comments on commit a5ddcec

Please sign in to comment.