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.
github-actions
1 parent 9021186 commit 1b2c83eCopy full SHA for 1b2c83e
.github/dependabot.yml
@@ -1,11 +1,14 @@
1
+# https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot
2
+---
3
+
4
version: 2
5
updates:
6
- package-ecosystem: "npm"
7
directory: "/"
8
schedule:
9
interval: "daily"
- # https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot
- - package-ecosystem: "npm"
10
11
+ - package-ecosystem: "github-actions"
12
13
- interval: "daily"
14
+ interval: "monthly"
0 commit comments