We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf0353 commit aabce80Copy full SHA for aabce80
1 file changed
.github/dependabot.yml
@@ -0,0 +1,32 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: npm
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
7
+ groups:
8
+ wordpress-scripts-tree:
9
+ patterns:
10
+ - "@wordpress/*"
11
+ - "webpack*"
12
+ - "lodash*"
13
+ - "picomatch"
14
+ - "@tootallnate/*"
15
+ npm-minor-patch:
16
+ update-types: [minor, patch]
17
+
18
+ - package-ecosystem: composer
19
20
21
22
23
+ composer-minor-patch:
24
25
26
+ - package-ecosystem: github-actions
27
28
29
30
31
+ actions:
32
+ patterns: ["*"]
0 commit comments