Skip to content

Commit 01e77b4

Browse files
authored
Modify Dependabot configuration for updates
Updated schedule and cooldown settings for npm and GitHub Actions dependency updates.
1 parent 67cd49b commit 01e77b4

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,18 +1,20 @@
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: npm
88
directory: /
9+
schedule: {interval: monthly, time: '02:00', timezone: 'Etc/UTC'}
10+
cooldown: {default-days: 2, semver-major-days: 10, semver-minor-days: 4, semver-patch-days: 2}
911
groups:
1012
npm-production: {dependency-type: production}
1113
npm-development: {dependency-type: development}
12-
schedule: {interval: monthly}
1314

1415
- package-ecosystem: github-actions
1516
directory: /
17+
schedule: {interval: monthly, time: '02:00', timezone: 'Etc/UTC'}
18+
cooldown: {default-days: 2}
1619
groups:
1720
github-actions: {patterns: ['*']}
18-
schedule: {interval: monthly}

0 commit comments

Comments
 (0)