Skip to content

Commit 6fe98f4

Browse files
committed
Added dependabot configuration
1 parent fc24459 commit 6fe98f4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Set update schedule for GitHub Actions
2+
3+
version: 2
4+
updates:
5+
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
labels: ["CI"]
9+
schedule:
10+
# Check for updates to GitHub Actions every weekday
11+
interval: "daily"
12+

0 commit comments

Comments
 (0)