Skip to content

Commit

Permalink
Merge pull request #1316 from darkdragon-001/dependabot-interval
Browse files Browse the repository at this point in the history
Increase dependabot interval to daily
  • Loading branch information
darkdragon-001 committed Aug 27, 2024
2 parents cf5c920 + 2accc2b commit 2671313
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 2671313

Please sign in to comment.