Skip to content

Commit a75978f

Browse files
committed
Added: Dependabot support
1 parent eac6fc8 commit a75978f

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)