Skip to content

Commit 15a8912

Browse files
committed
Ignore eslint-plugin-jest updates
1 parent 5c8bf0e commit 15a8912

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: 'npm' # See documentation for possible values
9+
directory: '/' # Location of package manifests
1010
schedule:
11-
interval: "monthly"
11+
interval: 'monthly'
1212
ignore:
1313
- dependency-name: 'eslint'
14-
versions: ["8.x"] # until have time to figure out "require() not supported"
14+
versions: ['8.x'] # until have time to figure out "require() not supported"
15+
- dependency-name: 'eslint-plugin-jest'

0 commit comments

Comments
 (0)