Skip to content

Commit eb9f932

Browse files
committed
Change dependabot interval to monthly
1 parent 3a1f9b1 commit eb9f932

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ updates:
33
- package-ecosystem: "npm"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "monthly"
77
- package-ecosystem: "npm"
88
directory: "/example/"
99
schedule:
10-
interval: "daily"
10+
interval: "monthly"
1111
- package-ecosystem: "github-actions"
1212
directory: "/"
1313
schedule:
14-
interval: "daily"
14+
interval: "monthly"

0 commit comments

Comments
 (0)