Skip to content

Commit d6a3baf

Browse files
authored
Dependabot to weekly instead of daily
1 parent eb7be6d commit d6a3baf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ updates:
44
- package-ecosystem: pip
55
directory: "/"
66
schedule:
7-
interval: daily
7+
interval: weekly
88
time: "04:00"
99
open-pull-requests-limit: 99
1010
target-branch: development
@@ -16,7 +16,7 @@ updates:
1616
- package-ecosystem: github-actions
1717
directory: "/"
1818
schedule:
19-
interval: daily
19+
interval: weekly
2020
time: "04:00"
2121
open-pull-requests-limit: 99
2222
target-branch: development
@@ -30,7 +30,7 @@ updates:
3030
- package-ecosystem: pip
3131
directory: "/cookietemple/create/templates/cli/cli_python/{{ cookiecutter.project_slug_no_hyphen }}"
3232
schedule:
33-
interval: daily
33+
interval: weekly
3434
time: "04:00"
3535
open-pull-requests-limit: 99
3636
target-branch: development
@@ -42,7 +42,7 @@ updates:
4242
- package-ecosystem: gradle
4343
directory: "/cookietemple/create/templates/cli/cli_java/{{ cookiecutter.project_slug_no_hyphen }}"
4444
schedule:
45-
interval: daily
45+
interval: weekly
4646
time: "04:00"
4747
open-pull-requests-limit: 99
4848
target-branch: development
@@ -55,7 +55,7 @@ updates:
5555
- package-ecosystem: maven
5656
directory: "/cookietemple/create/templates/gui/gui_java/{{ cookiecutter.project_slug_no_hyphen }}"
5757
schedule:
58-
interval: daily
58+
interval: weekly
5959
time: "04:00"
6060
open-pull-requests-limit: 99
6161
target-branch: development
@@ -68,7 +68,7 @@ updates:
6868
- package-ecosystem: pip
6969
directory: "/cookietemple/create/templates/web/website_python/flask/{{ cookiecutter.project_slug_no_hyphen }}"
7070
schedule:
71-
interval: daily
71+
interval: weekly
7272
time: "04:00"
7373
open-pull-requests-limit: 99
7474
target-branch: development

0 commit comments

Comments
 (0)