Skip to content

Commit 0df15e0

Browse files
authored
feat(dependabot): add github-actions (#433)
1 parent fbbddc2 commit 0df15e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ updates:
1010
schedule:
1111
interval: "weekly"
1212
target-branch: "master"
13+
- package-ecosystem: "github-actions" # See documentation for possible values
14+
directory: "/" # Location of package manifests
15+
schedule:
16+
interval: "weekly"
17+
target-branch: "master"

0 commit comments

Comments
 (0)