Skip to content

Commit a8ad4c2

Browse files
authored
Add dependabot (#84)
1 parent 3634afb commit a8ad4c2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
3+
updates:
4+
# Keep GitHub Actions workflows up to date
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"
9+
day: "monday"
10+
time: "06:00"
11+
timezone: "America/Chicago"
12+
labels:
13+
- "dependencies"
14+
- "github-actions"
15+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)