Skip to content

Commit b0f6e21

Browse files
Update dependabot.yml (#2049)
1 parent d366ef2 commit b0f6e21

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@ updates:
44
directory: "/" # Location of package manifests
55
schedule:
66
interval: "weekly"
7-
open-pull-requests-limit: 5
7+
open-pull-requests-limit: 5
88
allow:
99
# allow updates for typescript
1010
- dependency-name: "typescript"
1111
# allow updates for node types
1212
- dependency-name: "@types/node"
1313
# allow updates for slack official libraries
1414
- dependency-name: "@slack/*"
15+
- package-ecosystem: "github-actions"
16+
directory: "/"
17+
schedule:
18+
interval: "monthly"

0 commit comments

Comments
 (0)