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 25a9379 commit c7fc140Copy full SHA for c7fc140
.github/dependabot.yml
@@ -5,11 +5,29 @@ updates:
5
schedule:
6
interval: monthly
7
versioning-strategy: increase
8
+ open-pull-requests-limit: 99
9
+ groups:
10
+ dependencies:
11
+ applies-to: version-updates
12
+ patterns:
13
+ - '*'
14
+ update-types:
15
+ - 'minor'
16
+ - 'patch'
17
- package-ecosystem: npm
18
directory: '/website'
19
20
21
22
23
24
25
26
27
28
29
30
31
32
directory: '/website/plugins/docusaurus-plugin-hotjar'
33
0 commit comments