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 25c631d commit 3c087b2Copy full SHA for 3c087b2
.github/dependabot.yml
@@ -5,10 +5,8 @@ updates:
5
schedule:
6
interval: daily
7
open-pull-requests-limit: 10
8
-
9
- package-ecosystem: npm
10
directory: '/'
11
12
13
14
.gitignore
@@ -123,4 +123,8 @@ dist
123
124
# lock files
125
package-lock.json
126
-yarn.lock
+yarn.lock
127
+
128
+# editor files
129
+.vscode
130
+.idea
0 commit comments