We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4367c8 commit a7cb86dCopy full SHA for a7cb86d
1 file changed
.github/dependabot.yml
@@ -4,9 +4,18 @@ updates:
4
directory: '/'
5
schedule:
6
interval: monthly
7
+ groups:
8
+ github-actions:
9
+ patterns:
10
+ - '*'
11
- package-ecosystem: npm
12
13
14
15
open-pull-requests-limit: 10
16
versioning-strategy: increase
17
18
+ production-dependencies:
19
+ dependency-type: 'production'
20
+ development-dependencies:
21
+ dependency-type: 'development'
0 commit comments