Skip to content

Commit 4a63fc5

Browse files
committed
add dependabot.yml
1 parent 725917f commit 4a63fc5

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+
# Workflow files stored in the default location of `.github/workflows`
6+
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
7+
directory: "/"
8+
schedule:
9+
interval: "monthly"
10+
groups:
11+
github-actions:
12+
patterns:
13+
- "*"

0 commit comments

Comments
 (0)