Skip to content

Commit 086a1ec

Browse files
committed
chore: change dependabot schedule interval
1 parent 8bdc414 commit 086a1ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ updates:
1111
directory: "/"
1212
# Check the npm registry for updates every day (weekdays)
1313
schedule:
14-
interval: daily
14+
interval: weekly
1515
time: "04:00"
1616
open-pull-requests-limit: 5
1717

1818
# tauri
1919
- package-ecosystem: cargo
2020
directory: "/"
2121
schedule:
22-
interval: daily
22+
interval: weekly
2323
time: "04:00"
2424
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)