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 441383f commit 48d30bfCopy full SHA for 48d30bf
.github/dependabot.yml
@@ -0,0 +1,11 @@
1
+# Set update schedule for GitHub Actions
2
+# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
3
+
4
+version: 2
5
+updates:
6
7
+ - package-ecosystem: "github-actions"
8
+ directory: "/"
9
+ schedule:
10
+ # Check for updates to GitHub Actions every weekday
11
+ interval: "daily"
0 commit comments