Skip to content

Commit 9f8d70c

Browse files
committed
Update Dependabot schedule
1 parent 27cd07a commit 9f8d70c

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

‎.github/dependabot.yml‎

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ updates:
33
- package-ecosystem: npm
44
directory: /
55
schedule:
6-
interval: weekly
7-
day: monday
8-
time: "06:00"
6+
interval: cron
7+
cronjob: "0 6 15 * *"
98
timezone: Europe/Bratislava
109
open-pull-requests-limit: 10
1110
labels:
@@ -23,9 +22,8 @@ updates:
2322
- package-ecosystem: github-actions
2423
directory: /
2524
schedule:
26-
interval: weekly
27-
day: monday
28-
time: "06:15"
25+
interval: cron
26+
cronjob: "15 6 15 * *"
2927
timezone: Europe/Bratislava
3028
open-pull-requests-limit: 5
3129
labels:

‎CHANGELOG.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Reduced Dependabot version-update checks to monthly runs on the 15th.
10+
711
## [0.13.0] - 2026-04-24
812

913
### Added

0 commit comments

Comments
 (0)