Skip to content

Commit 4ebffa7

Browse files
committed
Remove time from Dependabot config
When time is not specified, Dependabot will use a random time, which is better to distributing updates from different projects more evenly instead of having a flood of PRs at a particular time. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 535330d commit 4ebffa7

File tree

7 files changed

+0
-16
lines changed

7 files changed

+0
-16
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "weekly"
7-
time: "07:00"
87
labels:
98
- "part:tooling"
109
- "type:tech-debt"
@@ -35,7 +34,6 @@ updates:
3534
directory: "/"
3635
schedule:
3736
interval: "monthly"
38-
time: "06:00"
3937
labels:
4038
- "part:tooling"
4139
- "type:tech-debt"

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7-
time: "07:00"
87
labels:
98
- "part:tooling"
109
- "type:tech-debt"
@@ -35,7 +34,6 @@ updates:
3534
directory: "/"
3635
schedule:
3736
interval: "monthly"
38-
time: "06:00"
3937
labels:
4038
- "part:tooling"
4139
- "type:tech-debt"
@@ -54,7 +52,6 @@ updates:
5452
- dependency-name: "submodules/frequenz-api-common"
5553
schedule:
5654
interval: "monthly"
57-
time: "06:00"
5855
labels:
5956
- "part:tooling"
6057
- "type:tech-debt"

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7-
time: "07:00"
87
labels:
98
- "part:tooling"
109
- "type:tech-debt"
@@ -35,7 +34,6 @@ updates:
3534
directory: "/"
3635
schedule:
3736
interval: "monthly"
38-
time: "06:00"
3937
labels:
4038
- "part:tooling"
4139
- "type:tech-debt"

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7-
time: "07:00"
87
labels:
98
- "part:tooling"
109
- "type:tech-debt"
@@ -35,7 +34,6 @@ updates:
3534
directory: "/"
3635
schedule:
3736
interval: "monthly"
38-
time: "06:00"
3937
labels:
4038
- "part:tooling"
4139
- "type:tech-debt"
@@ -53,7 +51,6 @@ updates:
5351
- dependency-name: "submodules/frequenz-api-common"
5452
schedule:
5553
interval: "monthly"
56-
time: "06:00"
5754
labels:
5855
- "part:tooling"
5956
- "type:tech-debt"

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7-
time: "07:00"
87
labels:
98
- "part:tooling"
109
- "type:tech-debt"
@@ -35,7 +34,6 @@ updates:
3534
directory: "/"
3635
schedule:
3736
interval: "monthly"
38-
time: "06:00"
3937
labels:
4038
- "part:tooling"
4139
- "type:tech-debt"

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7-
time: "07:00"
87
labels:
98
- "part:tooling"
109
- "type:tech-debt"
@@ -35,7 +34,6 @@ updates:
3534
directory: "/"
3635
schedule:
3736
interval: "monthly"
38-
time: "06:00"
3937
labels:
4038
- "part:tooling"
4139
- "type:tech-debt"

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7-
time: "07:00"
87
labels:
98
- "part:tooling"
109
- "type:tech-debt"
@@ -35,7 +34,6 @@ updates:
3534
directory: "/"
3635
schedule:
3736
interval: "monthly"
38-
time: "06:00"
3937
labels:
4038
- "part:tooling"
4139
- "type:tech-debt"

0 commit comments

Comments
 (0)