Skip to content

Commit 695271c

Browse files
authored
[Dependabot] Reduce frequency to monthly to reduce noise (#875)
1 parent 45ae136 commit 695271c

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
@@ -9,14 +9,14 @@ updates:
99
- package-ecosystem: "npm"
1010
directory: "/"
1111
schedule:
12-
interval: "daily"
12+
interval: "monthly"
1313
# Updates to TS examples
1414
- package-ecosystem: "npm"
1515
directory: "examples/typescript"
1616
schedule:
17-
interval: "daily"
17+
interval: "monthly"
1818

1919
- package-ecosystem: "github-actions"
2020
directory: "/"
2121
schedule:
22-
interval: "daily"
22+
interval: "monthly"

0 commit comments

Comments
 (0)