We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412a115 commit 8bf9151Copy full SHA for 8bf9151
2 files changed
.github/dependabot.yml
@@ -19,12 +19,5 @@ updates:
19
patterns:
20
- "*"
21
ignore:
22
- # ignore all bootstrap major updates
23
- - dependency-name: "bootstrap"
24
- update-types: ["version-update:semver-major"]
25
- # TODO: upgrade iso-8859-2 when ava will have ESM support: https://github.com/orgs/avajs/projects/2
26
- # https://github.com/FlowCrypt/flowcrypt-browser/pull/3961#issuecomment-921335748
27
- - dependency-name: "iso-8859-2"
28
- versions: [ ">=1.0.1" ]
29
- dependency-name: "ava"
30
update-types: ["version-update:semver-major"]
0 commit comments