Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 658765c

Browse files
committed
update dependabot
- better groups - dont allow updating big-calendar
1 parent a682f6d commit 658765c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ updates:
3333
# have to manually update HDS
3434
- dependency-name: "hds-*"
3535
update-types: ["version-update:semver-major"]
36+
# breaks time selecting using drag and drop (at least 1.8.6 -> 1.11.2)
37+
- dependency-name: "react-big-calendar"
3638
# NOTE can't do a single group for all it will fail to update
3739
# either just accept multiple PRs or do fine grained groups manually
3840
groups:
@@ -46,6 +48,10 @@ updates:
4648
i18n:
4749
patterns:
4850
- "i18next-*"
51+
- "react-i18next"
52+
hds:
53+
patterns:
54+
- "hds-*"
4955
linter:
5056
patterns:
5157
- "eslint*"

0 commit comments

Comments
 (0)