Skip to content

Commit f0a1531

Browse files
Run dependabot updates less often for now
1 parent 44f1c63 commit f0a1531

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
@@ -4,7 +4,7 @@ updates:
44
- package-ecosystem: "pip"
55
directory: "/third_party" # Location of package manifests
66
schedule:
7-
interval: "daily"
7+
interval: "monthly"
88
ignore:
99
- dependency-name: "clang-format"
1010
- dependency-name: "cmake-format"
@@ -17,7 +17,7 @@ updates:
1717
- package-ecosystem: "github-actions"
1818
directory: "/.github/workflows/"
1919
schedule:
20-
interval: "daily"
20+
interval: "monthly"
2121
groups:
2222
actions-dependencies:
2323
applies-to: version-updates

0 commit comments

Comments
 (0)