We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9308747 commit 9a6188cCopy full SHA for 9a6188c
.github/dependabot.yml
@@ -1,8 +1,11 @@
1
-# config options: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
2
-
3
version: 2
4
updates:
5
- - package-ecosystem: "npm"
6
- directory: "/"
+ - package-ecosystem: github-actions
+ directory: /
+ schedule:
+ interval: daily
7
+
8
+ - package-ecosystem: npm
9
10
schedule:
- interval: "daily"
11
0 commit comments