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 c0e5302 commit eb9bdbfCopy full SHA for eb9bdbf
.github/dependabot.yml
@@ -1,9 +1,11 @@
1
version: 2
2
updates:
3
- # Enable version updates for npm
4
- - package-ecosystem: 'npm'
5
- # Look for `package.json` and `lock` files in the `root` directory
6
- directory: '/'
7
- # Check the npm registry for updates every day (weekdays)
+ - package-ecosystem: github-actions
+ directory: /
8
schedule:
9
- interval: 'monthly'
+ interval: monthly
+
+ - package-ecosystem: npm
10
+ schedule:
11
0 commit comments