Skip to content

Commit

Permalink
Increase dependabot interval to daily
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdragon-001 committed Aug 26, 2024
1 parent 4cf3d3b commit 2accc2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ updates:
- package-ecosystem: "npm"
directory: "/axolotl-web"
schedule:
interval: "weekly"
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
interval: "daily"

0 comments on commit 2accc2b

Please sign in to comment.