Skip to content

Commit 6ada1ae

Browse files
committed
fix dependabot
Signed-off-by: Kirill Mokevnin <mokevnin@gmail.com>
1 parent 4ff7dd9 commit 6ada1ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
version: 2
32
updates:
43
- package-ecosystem: github-actions
@@ -11,13 +10,14 @@ updates:
1110
update-types: [minor, patch]
1211
actions-major:
1312
update-types: [major]
13+
1414
- package-ecosystem: npm
1515
directory: /
1616
schedule:
1717
interval: weekly
18-
labels: [dependencies, automated, ruby]
18+
labels: [dependencies, automated, npm]
1919
groups:
20-
bundler-minor-patch:
20+
npm-minor-patch:
2121
update-types: [minor, patch]
22-
bundler-major:
22+
npm-major:
2323
update-types: [major]

0 commit comments

Comments
 (0)