Skip to content

Commit 1881ae0

Browse files
committed
ci: update dependabot settings
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
1 parent fdc5e66 commit 1881ae0

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
7-
day: "monday"
8-
time: "05:00"
9-
timezone: "America/New_York"
6+
interval: monthly
107
labels:
118
- "dependencies"
129
commit-message:
@@ -19,10 +16,7 @@ updates:
1916
- package-ecosystem: "npm"
2017
directory: "/"
2118
schedule:
22-
interval: "weekly"
23-
day: "monday"
24-
time: "05:00"
25-
timezone: "America/New_York"
19+
interval: monthly
2620
allow:
2721
- dependency-type: "production"
2822
labels:

0 commit comments

Comments
 (0)