We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8ac9b6 + 6fd53f3 commit 6538550Copy full SHA for 6538550
1 file changed
.github/dependabot.yml
@@ -0,0 +1,14 @@
1
+# Source - https://stackoverflow.com/a/78380165
2
+# Posted by Stefan, modified by community. See post 'Timeline' for change history
3
+# Retrieved 2026-04-14, License - CC BY-SA 4.0
4
+
5
+# Set update schedule for GitHub Actions
6
7
+version: 2
8
+updates:
9
10
+ - package-ecosystem: "github-actions"
11
+ directory: "/"
12
+ schedule:
13
+ # Check for updates to GitHub Actions every week
14
+ interval: "weekly"
0 commit comments