Skip to content

Commit fdad144

Browse files
committed
Add dependabot configuration
1 parent e4e361a commit fdad144

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.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+
# Enable version updates for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
time: "08:00"
10+
open-pull-requests-limit: 5
11+
commit-message:
12+
prefix: "ci"
13+
include: "scope"

0 commit comments

Comments
 (0)