We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eac6fc8 commit a75978fCopy full SHA for a75978f
1 file changed
.github/dependabot.yml
@@ -0,0 +1,13 @@
1
+version: 2
2
+updates:
3
+ # Monitor GitHub Actions for dependency updates
4
+ - package-ecosystem: "github-actions"
5
+ directory: "/"
6
+ schedule:
7
+ interval: "weekly"
8
+ day: "monday"
9
+ time: "09:00"
10
+ timezone: "Etc/UTC"
11
+ labels:
12
+ - "dependencies"
13
+ - "github-actions"
0 commit comments