We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a682f6d commit 658765cCopy full SHA for 658765c
1 file changed
.github/dependabot.yml
@@ -33,6 +33,8 @@ updates:
33
# have to manually update HDS
34
- dependency-name: "hds-*"
35
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"
38
# NOTE can't do a single group for all it will fail to update
39
# either just accept multiple PRs or do fine grained groups manually
40
groups:
@@ -46,6 +48,10 @@ updates:
46
48
i18n:
47
49
patterns:
50
- "i18next-*"
51
+ - "react-i18next"
52
+ hds:
53
+ patterns:
54
+ - "hds-*"
55
linter:
56
57
- "eslint*"
0 commit comments