Skip to content

Commit a131ffd

Browse files
authored
chore: Add github actions to dependabot config (#385)
1 parent 9718525 commit a131ffd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ version: 2
77
updates:
88
- package-ecosystem: "npm" # See documentation for possible values
99
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
1014
schedule:
1115
interval: "weekly"

0 commit comments

Comments
 (0)