File tree Expand file tree Collapse file tree 1 file changed +24
-12
lines changed Expand file tree Collapse file tree 1 file changed +24
-12
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- - package-ecosystem : " github-actions"
4
- directory : " /"
5
- schedule :
6
- interval : " daily"
7
- time : " 06:00"
8
- timezone : " America/Chicago"
9
- commit-message :
10
- prefix : " chore"
11
- ignore :
12
- # These actions deliver the latest versions by updating the
13
- # major release tag, so handle updates manually
14
- - dependency-name : " actions/*"
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
7
+ time : " 06:00"
8
+ timezone : " America/Chicago"
9
+ commit-message :
10
+ prefix : " chore"
11
+ ignore :
12
+ # These actions deliver the latest versions by updating the major
13
+ # release tag, so ignore minor and patch versions
14
+ - dependency-name : " actions/*"
15
+ update-types :
16
+ - version-update:semver-minor
17
+ - version-update:semver-patch
18
+
19
+ - package-ecosystem : " gomod"
20
+ directory : " /"
21
+ schedule :
22
+ interval : " daily"
23
+ time : " 06:00"
24
+ timezone : " America/Chicago"
25
+ commit-message :
26
+ prefix : " chore"
You can’t perform that action at this time.
0 commit comments