We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9c31c9 commit 694048eCopy full SHA for 694048e
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
12
- package-ecosystem: npm
13
14
versioning-strategy: widen
15
16
interval: weekly
17
18
+ dependencies:
19
+ dependency-type: "production"
20
+ development-dependencies:
21
+ dependency-type: "development"
0 commit comments