Skip to content

Commit 57f8a6c

Browse files
authored
Add GitHub Actions package ecosystem to Dependabot
Added support for GitHub Actions in Dependabot configuration.
1 parent 6b29f4b commit 57f8a6c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ updates:
1515
schedule:
1616
interval: "weekly"
1717
target-branch: "develop"
18+
- package-ecosystem: "github-actions"
19+
# Workflow files stored in the default location of `.github/workflows`
20+
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
21+
directory: "/"
22+
schedule:
23+
interval: "weekly"

0 commit comments

Comments
 (0)