Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2fea119

Browse files
committed
Revise dependabot.yml.
1 parent deee6c3 commit 2fea119

File tree

1 file changed

+12
-23
lines changed

1 file changed

+12
-23
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,19 @@
11
version: 2
22
updates:
3-
- package-ecosystem: github-actions
4-
directory: /
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
55
schedule:
6-
interval: monthly
6+
interval: 'monthly'
77
groups:
8-
actions-minor:
9-
update-types:
10-
- minor
11-
- patch
8+
github-actions-updates:
9+
patterns:
10+
- '*'
1211

13-
- package-ecosystem: npm
14-
directory: /
12+
- package-ecosystem: 'npm'
13+
directory: '/'
1514
schedule:
16-
interval: monthly
17-
ignore:
18-
- dependency-name: '@types/node'
19-
update-types:
20-
- 'version-update:semver-major'
15+
interval: 'monthly'
2116
groups:
22-
npm-development:
23-
dependency-type: development
24-
update-types:
25-
- minor
26-
- patch
27-
npm-production:
28-
dependency-type: production
29-
update-types:
30-
- patch
17+
npm-updates:
18+
patterns:
19+
- '*'

0 commit comments

Comments
 (0)