Skip to content

Commit 535330d

Browse files
committed
Update dependabot configuration to run monthly
This is a follow up of bde30ab, where we decided to run dependabot weekly. Experience show that weekly is still too often, as these are not security updates, it is fine to update less often to avoid floods of updates from all our repos. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 330bb2d commit 535330d

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ updates:
3434
- package-ecosystem: "github-actions"
3535
directory: "/"
3636
schedule:
37-
interval: "weekly"
37+
interval: "monthly"
3838
time: "06:00"
3939
labels:
4040
- "part:tooling"

cookiecutter/{{cookiecutter.github_repo_name}}/.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
time: "07:00"
88
labels:
99
- "part:tooling"
@@ -34,7 +34,7 @@ updates:
3434
- package-ecosystem: "github-actions"
3535
directory: "/"
3636
schedule:
37-
interval: "weekly"
37+
interval: "monthly"
3838
time: "06:00"
3939
labels:
4040
- "part:tooling"
@@ -53,7 +53,7 @@ updates:
5353
ignore:
5454
- dependency-name: "submodules/frequenz-api-common"
5555
schedule:
56-
interval: "weekly"
56+
interval: "monthly"
5757
time: "06:00"
5858
labels:
5959
- "part:tooling"

tests_golden/integration/test_cookiecutter_generation/actor/frequenz-actor-test/.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
time: "07:00"
88
labels:
99
- "part:tooling"
@@ -34,7 +34,7 @@ updates:
3434
- package-ecosystem: "github-actions"
3535
directory: "/"
3636
schedule:
37-
interval: "weekly"
37+
interval: "monthly"
3838
time: "06:00"
3939
labels:
4040
- "part:tooling"

tests_golden/integration/test_cookiecutter_generation/api/frequenz-api-test/.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
time: "07:00"
88
labels:
99
- "part:tooling"
@@ -34,7 +34,7 @@ updates:
3434
- package-ecosystem: "github-actions"
3535
directory: "/"
3636
schedule:
37-
interval: "weekly"
37+
interval: "monthly"
3838
time: "06:00"
3939
labels:
4040
- "part:tooling"
@@ -52,7 +52,7 @@ updates:
5252
ignore:
5353
- dependency-name: "submodules/frequenz-api-common"
5454
schedule:
55-
interval: "weekly"
55+
interval: "monthly"
5656
time: "06:00"
5757
labels:
5858
- "part:tooling"

tests_golden/integration/test_cookiecutter_generation/app/frequenz-app-test/.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
time: "07:00"
88
labels:
99
- "part:tooling"
@@ -34,7 +34,7 @@ updates:
3434
- package-ecosystem: "github-actions"
3535
directory: "/"
3636
schedule:
37-
interval: "weekly"
37+
interval: "monthly"
3838
time: "06:00"
3939
labels:
4040
- "part:tooling"

tests_golden/integration/test_cookiecutter_generation/lib/frequenz-test-python/.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
time: "07:00"
88
labels:
99
- "part:tooling"
@@ -34,7 +34,7 @@ updates:
3434
- package-ecosystem: "github-actions"
3535
directory: "/"
3636
schedule:
37-
interval: "weekly"
37+
interval: "monthly"
3838
time: "06:00"
3939
labels:
4040
- "part:tooling"

tests_golden/integration/test_cookiecutter_generation/model/frequenz-model-test/.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
time: "07:00"
88
labels:
99
- "part:tooling"
@@ -34,7 +34,7 @@ updates:
3434
- package-ecosystem: "github-actions"
3535
directory: "/"
3636
schedule:
37-
interval: "weekly"
37+
interval: "monthly"
3838
time: "06:00"
3939
labels:
4040
- "part:tooling"

0 commit comments

Comments
 (0)