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 87e066e commit ce24d59Copy full SHA for ce24d59
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: 'npm'
4
+ directory: '/app/'
5
+ schedule:
6
+ interval: 'weekly'
7
+ allow:
8
+ # Allow both direct and indirect updates for production packages.
9
+ # Ignores packages listed in devDependencies
10
+ - dependency-type: 'production'
0 commit comments