Skip to content

Commit 99a4514

Browse files
authored
Simplify dependabot.yml by removing duplicate schedules
Removed redundant schedule entries for npm and GitHub Actions.
1 parent c88dae9 commit 99a4514

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@ updates:
1010
groups:
1111
npm-production: {dependency-type: production}
1212
npm-development: {dependency-type: development}
13-
schedule: {interval: monthly}
1413

1514
- package-ecosystem: github-actions
1615
directory: /
1716
schedule: {interval: monthly, time: '02:00', timezone: 'Etc/UTC'}
1817
groups:
1918
github-actions: {patterns: ['*']}
20-
schedule: {interval: monthly}

0 commit comments

Comments
 (0)