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 9b62710 commit 64e9f60Copy full SHA for 64e9f60
.github/dependabot.yml
@@ -8,3 +8,11 @@ updates:
8
timezone: "America/Los_Angeles"
9
open-pull-requests-limit: 3
10
rebase-strategy: auto
11
+
12
+ - package-ecosystem: "github-actions"
13
+ directory: "/"
14
+ schedule:
15
+ # Check for updates to GitHub Actions every day
16
+ interval: "daily"
17
+ open-pull-requests-limit: 3
18
+ rebase-strategy: auto
0 commit comments