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 ce93672 commit a625f31Copy full SHA for a625f31
.github/dependabot.yml
@@ -1,8 +1,7 @@
1
version: 2
2
updates:
3
- - package-ecosystem: npm
4
- directory: /
5
- target-branch: main
+ - package-ecosystem: 'npm'
+ directory: '/'
6
schedule:
7
- interval: daily
+ interval: 'daily' # Check the npm registry for updates every day (weekdays)
8
versioning-strategy: increase
.github/workflows/dependabot.yml
0 commit comments