Skip to content

Commit 26a908f

Browse files
committed
Configure dependabot to run weekly instead of daily
It started to get annoying 😅
1 parent 6fb29a6 commit 26a908f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: .github/dependabot.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ updates:
88
- package-ecosystem: "npm" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "daily"
11+
interval: "weekly"
12+
day: "saturday"
1213

1314
- package-ecosystem: "github-actions"
1415
directory: "/"
1516
schedule:
16-
# Check for updates to GitHub Actions every weekday
17-
interval: "daily"
17+
interval: "weekly"
18+
day: "saturday"

0 commit comments

Comments
 (0)