Skip to content

Commit 609b564

Browse files
authored
chore: add rollup group to Dependabot configuration (#60)
chore(actions): add `rollup` group to Dependabot configuration
1 parent 50583ed commit 609b564

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ updates:
2727
babel:
2828
patterns:
2929
- "@babel/*"
30+
rollup:
31+
patterns:
32+
- "rollup"
33+
- "@rollup/*"

0 commit comments

Comments
 (0)