Skip to content

Commit 6c3da8d

Browse files
authored
fix: ignore tj-actions from frequent updates (#241)
1 parent f0a2d6b commit 6c3da8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ updates:
88
- package-ecosystem: github-actions
99
directory: "/"
1010
schedule:
11-
interval: weekly
11+
interval: monthly
1212
day: monday
1313
reviewers:
1414
- "mongodb/APIx1"
@@ -18,4 +18,4 @@ updates:
1818
interval: weekly
1919
day: monday
2020
reviewers:
21-
- "mongodb/APIx1"
21+
- "mongodb/APIx1"

0 commit comments

Comments
 (0)