We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cfce1d1 + 0c4e7a7 commit 4e73edeCopy full SHA for 4e73ede
.github/dependabot.yml
@@ -22,10 +22,6 @@ updates:
22
patterns:
23
- "vitest"
24
- "@vitest/*"
25
- ignore:
26
- - dependency-name: "focus-trap"
27
- # ignore versions > 7.6.6 until https://github.com/focus-trap/focus-trap/issues/1729 is resolved
28
- versions: [ "^7.7.0" ]
29
30
- package-ecosystem: github-actions
31
directory: "/"
@@ -64,6 +60,3 @@ updates:
64
60
- dependency-name: "*"
65
61
# ignore all major updates
66
62
update-types: ["version-update:semver-major"]
67
68
69
0 commit comments