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 ad5afe8 commit c5dbc29Copy full SHA for c5dbc29
.github/dependabot.yml
@@ -4,11 +4,11 @@ updates:
4
directory: "/"
5
groups:
6
minor-version-bumps:
7
- update-types: minor
+ update-types: ["minor"]
8
patch-version-bumps:
9
- update-types: patch
+ update-types: ["patch"]
10
major-version-bumps:
11
- update-types: major
+ update-types: ["major"]
12
schedule:
13
interval: "weekly"
14
commit-message:
@@ -19,11 +19,11 @@ updates:
19
20
21
22
23
24
25
26
27
28
29
0 commit comments