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 bbac231 commit 44b472fCopy full SHA for 44b472f
.github/dependabot.yml
@@ -7,3 +7,8 @@ updates:
7
# Check the npm registry for updates every day (weekdays)
8
schedule:
9
interval: "daily"
10
+ # Enable version updates for GitHub Actions
11
+ - package-ecosystem: "github-actions"
12
+ directory: "/"
13
+ schedule:
14
+ interval: "weekly"
0 commit comments