We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ff7895 + 8d6ef7a commit 090e88cCopy full SHA for 090e88c
1 file changed
.github/dependabot.yml
@@ -0,0 +1,12 @@
1
+# Basic dependabot.yml file
2
+# REF: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot
3
+
4
+version: 2
5
+updates:
6
+ # Enable version updates for Actions
7
+ - package-ecosystem: "github-actions"
8
+ # Look for `.github/workflows` in the `root` directory
9
+ directory: "/"
10
+ # Check for updates once a week
11
+ schedule:
12
+ interval: "weekly"
0 commit comments