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 5c8bf0e commit 15a8912Copy full SHA for 15a8912
.github/dependabot.yml
@@ -5,10 +5,11 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "npm" # See documentation for possible values
9
- directory: "/" # Location of package manifests
+ - package-ecosystem: 'npm' # See documentation for possible values
+ directory: '/' # Location of package manifests
10
schedule:
11
- interval: "monthly"
+ interval: 'monthly'
12
ignore:
13
- dependency-name: 'eslint'
14
- versions: ["8.x"] # until have time to figure out "require() not supported"
+ versions: ['8.x'] # until have time to figure out "require() not supported"
15
+ - dependency-name: 'eslint-plugin-jest'
0 commit comments