Skip to content

Commit 2e34e2c

Browse files
authored
Merge pull request #70 from linuxserver/dependabot-composite
Add support for GitHub Actions in Dependabot config
2 parents 942a778 + d4df2f5 commit 2e34e2c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: 2
22
updates:
33
- package-ecosystem: "github-actions"
4-
directory: "/"
4+
directories:
5+
- "/"
6+
- "/.github/actions/*/"
57
schedule:
68
interval: "daily"

0 commit comments

Comments
 (0)