Skip to content

Commit 388fd01

Browse files
authored
Modify dependabot.yml for update scheduling
Updated schedule and cooldown settings for GitHub Actions and Docker updates.
1 parent c0e022e commit 388fd01

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/dependabot-2.0.json
2-
# docs: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates
2+
# docs: https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference
33

44
version: 2
55

66
updates:
77
- package-ecosystem: github-actions
88
directory: /
9+
schedule: {interval: monthly, time: '02:00', timezone: 'Etc/UTC'}
10+
cooldown: {default-days: 2}
911
groups: {github-actions: {patterns: ['*']}}
10-
schedule: {interval: monthly}
1112
assignees: [tarampampam]
1213

1314
- package-ecosystem: docker
1415
directory: /
16+
schedule: {interval: monthly, time: '02:00', timezone: 'Etc/UTC'}
17+
cooldown: {default-days: 2}
1518
groups: {docker: {patterns: ['*']}}
16-
schedule: {interval: monthly}
1719
assignees: [tarampampam]

0 commit comments

Comments
 (0)