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.
2 parents 8f68958 + f90ee01 commit c2bb5f2Copy full SHA for c2bb5f2
.github/dependabot.yml
@@ -1,11 +1,22 @@
1
version: 2
2
+
3
updates:
- - package-ecosystem: "npm"
4
- directory: "/"
+ - package-ecosystem: 'npm'
5
+ directory: '/'
6
schedule:
- interval: "weekly"
7
+ interval: 'weekly'
8
open-pull-requests-limit: 10
9
+ commit-message:
10
+ prefix: '[chore]'
11
groups:
12
docusaurus:
13
patterns:
- - '@docusaurus/*'
14
+ - '@docusaurus/*'
15
16
+ - package-ecosystem: 'github-actions'
17
18
+ schedule:
19
20
+ open-pull-requests-limit: 10
21
22
0 commit comments