Skip to content

Commit 113a8f4

Browse files
authored
Add GitHub Actions to Dependabot configuration
1 parent e1cefdb commit 113a8f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ updates:
99
directory: "/scripts" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
- package-ecosystem: "github-actions" # See documentation for possible values
13+
schedule:
14+
interval: "weekly"

0 commit comments

Comments
 (0)