Skip to content

Commit e5bfae2

Browse files
committed
run dependabot monthly
1 parent a278893 commit e5bfae2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/dependabot.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "terraform"
44
directory: "/api/terraform/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
open-pull-requests-limit: 10
88
labels:
99
- "dependencies"
@@ -15,7 +15,7 @@ updates:
1515
- package-ecosystem: "pip"
1616
directory: "/api/terraform/python/layer_openai/"
1717
schedule:
18-
interval: "weekly"
18+
interval: "monthly"
1919
labels:
2020
- "dependencies"
2121
- "python"
@@ -27,7 +27,7 @@ updates:
2727
- package-ecosystem: "pip"
2828
directory: "/api/terraform/python/layer_langchain/"
2929
schedule:
30-
interval: "weekly"
30+
interval: "monthly"
3131
labels:
3232
- "dependencies"
3333
- "python"
@@ -39,7 +39,7 @@ updates:
3939
- package-ecosystem: "pip"
4040
directory: "/api/terraform/python/layer_nlp/"
4141
schedule:
42-
interval: "weekly"
42+
interval: "monthly"
4343
labels:
4444
- "dependencies"
4545
- "python"
@@ -51,7 +51,7 @@ updates:
5151
- package-ecosystem: "pip"
5252
directory: "/"
5353
schedule:
54-
interval: "weekly"
54+
interval: "monthly"
5555
labels:
5656
- "dependencies"
5757
- "python"
@@ -67,7 +67,7 @@ updates:
6767
- "javascript"
6868
- "automated pr"
6969
schedule:
70-
interval: "weekly"
70+
interval: "monthly"
7171
assignees:
7272
- "lpm0073"
7373
reviewers:
@@ -79,7 +79,7 @@ updates:
7979
- "javascript"
8080
- "automated pr"
8181
schedule:
82-
interval: "weekly"
82+
interval: "monthly"
8383
assignees:
8484
- "lpm0073"
8585
reviewers:
@@ -90,7 +90,7 @@ updates:
9090
- "dependencies"
9191
- "automated pr"
9292
schedule:
93-
interval: "weekly"
93+
interval: "monthly"
9494
assignees:
9595
- "lpm0073"
9696
reviewers:

0 commit comments

Comments
 (0)