Skip to content

Commit bde30ab

Browse files
committed
Change dependabot frequency to weekly
Security updates are already covered separately from these updates, so there is no urgency in other updates, and having them checked daily is a bit too distracting because it generates a considerable amount of PRs. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 973c299 commit bde30ab

File tree

7 files changed

+16
-20
lines changed

7 files changed

+16
-20
lines changed

.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: "daily"
6+
interval: "weekly"
77
time: "07:00"
88
labels:
99
- "part:tooling"
@@ -17,7 +17,7 @@ updates:
1717
- package-ecosystem: "github-actions"
1818
directory: "/"
1919
schedule:
20-
interval: "daily"
20+
interval: "weekly"
2121
time: "06:00"
2222
labels:
2323
- "part:tooling"

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
77
time: "07:00"
88
labels:
99
- "part:tooling"
@@ -17,7 +17,7 @@ updates:
1717
- package-ecosystem: "github-actions"
1818
directory: "/"
1919
schedule:
20-
interval: "daily"
20+
interval: "weekly"
2121
time: "06:00"
2222
labels:
2323
- "part:tooling"
@@ -35,10 +35,8 @@ updates:
3535
# + `allow` one doesn't seem to work.
3636
ignore:
3737
- dependency-name: "submodules/frequenz-api-common"
38-
# The google api common repo changes very seldom, so there is no need to
39-
# check very often.
4038
schedule:
41-
interval: "monthly"
39+
interval: "weekly"
4240
time: "06:00"
4341
labels:
4442
- "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: "daily"
6+
interval: "weekly"
77
time: "07:00"
88
labels:
99
- "part:tooling"
@@ -17,7 +17,7 @@ updates:
1717
- package-ecosystem: "github-actions"
1818
directory: "/"
1919
schedule:
20-
interval: "daily"
20+
interval: "weekly"
2121
time: "06:00"
2222
labels:
2323
- "part:tooling"

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
77
time: "07:00"
88
labels:
99
- "part:tooling"
@@ -17,7 +17,7 @@ updates:
1717
- package-ecosystem: "github-actions"
1818
directory: "/"
1919
schedule:
20-
interval: "daily"
20+
interval: "weekly"
2121
time: "06:00"
2222
labels:
2323
- "part:tooling"
@@ -34,10 +34,8 @@ updates:
3434
# + `allow` one doesn't seem to work.
3535
ignore:
3636
- dependency-name: "submodules/frequenz-api-common"
37-
# The google api common repo changes very seldom, so there is no need to
38-
# check very often.
3937
schedule:
40-
interval: "monthly"
38+
interval: "weekly"
4139
time: "06:00"
4240
labels:
4341
- "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: "daily"
6+
interval: "weekly"
77
time: "07:00"
88
labels:
99
- "part:tooling"
@@ -17,7 +17,7 @@ updates:
1717
- package-ecosystem: "github-actions"
1818
directory: "/"
1919
schedule:
20-
interval: "daily"
20+
interval: "weekly"
2121
time: "06:00"
2222
labels:
2323
- "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: "daily"
6+
interval: "weekly"
77
time: "07:00"
88
labels:
99
- "part:tooling"
@@ -17,7 +17,7 @@ updates:
1717
- package-ecosystem: "github-actions"
1818
directory: "/"
1919
schedule:
20-
interval: "daily"
20+
interval: "weekly"
2121
time: "06:00"
2222
labels:
2323
- "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: "daily"
6+
interval: "weekly"
77
time: "07:00"
88
labels:
99
- "part:tooling"
@@ -17,7 +17,7 @@ updates:
1717
- package-ecosystem: "github-actions"
1818
directory: "/"
1919
schedule:
20-
interval: "daily"
20+
interval: "weekly"
2121
time: "06:00"
2222
labels:
2323
- "part:tooling"

0 commit comments

Comments
 (0)