Skip to content

Commit 950ca5d

Browse files
committed
build(deps-dev): change update schedule to monthly for GitHub Actions and npm
1 parent 61e4647 commit 950ca5d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ updates:
33
- package-ecosystem: github-actions
44
directory: /
55
schedule:
6-
interval: weekly
6+
interval: monthly
77

88
- package-ecosystem: npm
99
directory: /
1010
schedule:
11-
interval: weekly
11+
interval: monthly
1212
groups:
1313
npm-development:
1414
dependency-type: development
@@ -18,6 +18,5 @@ updates:
1818
npm-production:
1919
dependency-type: production
2020
update-types:
21+
- minor
2122
- patch
22-
ignore:
23-
- dependency-name: 'eslint'

0 commit comments

Comments
 (0)