Skip to content

Commit 408351b

Browse files
committed
CI: Add dependabot config for GitHub Actions
This should help keep GitHub Actions versions up-to-date.
1 parent 873852a commit 408351b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
3+
updates:
4+
# Update GitHub Actions versions in workflows
5+
- package-ecosystem: "github-actions"
6+
# Workflow files stored in the
7+
# default location of `.github/workflows`
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
allow:
12+
- dependency-type: all
13+
open-pull-requests-limit: 10
14+
pull-request-branch-name:
15+
separator: "-"
16+
commit-message:
17+
prefix: "CI: "
18+
include: "scope"

0 commit comments

Comments
 (0)