File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ updates:
15
15
time : " 09:00"
16
16
groups :
17
17
gh-actions :
18
- applies-to : version-updates
18
+ # applies-to: version-updates
19
19
patterns : ["*"]
20
20
commit-message :
21
21
prefix : " deps(ci)"
@@ -30,7 +30,7 @@ updates:
30
30
time : " 09:00"
31
31
groups :
32
32
minor-updates :
33
- applies-to : version-updates
33
+ # applies-to: version-updates
34
34
update-types : ["minor", "patch"]
35
35
commit-message :
36
36
prefix : " deps(go)"
@@ -43,7 +43,7 @@ updates:
43
43
time : " 09:00"
44
44
groups :
45
45
minor-updates :
46
- applies-to : version-updates
46
+ # applies-to: version-updates
47
47
update-types : ["minor", "patch"]
48
48
commit-message :
49
49
prefix : " deps(go-tools)"
@@ -57,7 +57,7 @@ updates:
57
57
time : " 09:00"
58
58
groups :
59
59
minor-updates :
60
- applies-to : version-updates
60
+ # applies-to: version-updates
61
61
update-types : ["minor", "patch"]
62
62
commit-message :
63
63
prefix : " deps(rust)"
Original file line number Diff line number Diff line change 16
16
if : always()
17
17
with :
18
18
header : validate-dependabot
19
- message : ${{ steps.validate.outputs.markdown }}
19
+ message : ${{ steps.validate.outputs.markdown }}
You can’t perform that action at this time.
0 commit comments