Skip to content

Commit 4999d00

Browse files
committed
ci: change dependabot's interval to check weekly
1 parent 1c30028 commit 4999d00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ updates:
2929
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
3030
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
3131
schedule:
32-
interval: "daily"
32+
interval: "weekly"
3333
time: "08:00"
3434
timezone: "Asia/Novosibirsk"
3535
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message
@@ -46,7 +46,7 @@ updates:
4646
directory: "/"
4747
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
4848
schedule:
49-
interval: "daily"
49+
interval: "weekly"
5050
time: "08:00"
5151
timezone: "Asia/Novosibirsk"
5252
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message
@@ -65,7 +65,7 @@ updates:
6565
directory: "infra/terraform"
6666
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
6767
schedule:
68-
interval: "daily"
68+
interval: "weekly"
6969
time: "08:00"
7070
timezone: "Asia/Novosibirsk"
7171
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#commit-message

0 commit comments

Comments
 (0)