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 fbfe06b commit 76386f1Copy full SHA for 76386f1
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
2
+# Set update schedule for GitHub Actions
3
+
4
+version: 2
5
+updates:
6
7
+ - package-ecosystem: "github-actions"
8
+ directory: "/"
9
+ schedule:
10
+ # Check for updates to GitHub Actions every week
11
+ interval: "weekly"
0 commit comments