Skip to content

Commit 60cef8c

Browse files
authored
build: Upgrade jetbrains stubs (#980)
Closes #962.
1 parent 90375ab commit 60cef8c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ updates:
99
patterns:
1010
- "*"
1111

12+
- package-ecosystem: "composer"
13+
directory: "."
14+
schedule:
15+
interval: "weekly"
16+
groups:
17+
jetbrains-phpstorm-stubs:
18+
patterns:
19+
- "jetbrains\/phpstorm-stubs"
20+
update-types:
21+
- "major"
22+
1223
- package-ecosystem: "composer"
1324
directory: "vendor-bin/*/"
1425
schedule:

0 commit comments

Comments
 (0)