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 3a66d07 commit 7a9befbCopy full SHA for 7a9befb
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+# Set update schedule for GitHub Actions
2
+# ref: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot#example-dependabotyml-file-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