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 f506165 commit a01f394Copy full SHA for a01f394
.github/dependabot.yml
@@ -0,0 +1,28 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: github-actions
4
+ directory: "/"
5
+ schedule:
6
+ interval: daily
7
+ open-pull-requests-limit: 10
8
+ labels:
9
+ - T:dependencies
10
+ # Group all patch updates into a single PR
11
+ groups:
12
+ patch-updates:
13
+ applies-to: version-updates
14
+ update-types:
15
+ - "minor"
16
+ - package-ecosystem: npm
17
18
19
20
21
22
23
24
25
26
27
28
0 commit comments