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.
2 parents 65dd2f4 + 78c0a29 commit 520308aCopy full SHA for 520308a
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+# Via https://github.com/nedbat/scriv/blob/main/.github/dependabot.yml
2
+#
3
+# From:
4
+# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
5
+# Set update schedule for GitHub Actions
6
+
7
+version: 2
8
+updates:
9
+ - package-ecosystem: "github-actions"
10
+ directory: "/"
11
+ schedule:
12
+ # Check for updates to GitHub Actions once a week
13
+ interval: "weekly"
0 commit comments