Commit 891cecd 1 parent 923551a commit 891cecd Copy full SHA for 891cecd
File tree 1 file changed +40
-0
lines changed
1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ name : " deps: update Golang Version"
3
+
4
+ scms :
5
+ default :
6
+ kind : github
7
+ spec :
8
+ user : " {{ .github.user }}"
9
+ email : " {{ .github.email }}"
10
+ owner : " {{ .github.owner }}"
11
+ repository : " {{ .github.repository }}"
12
+ token : " {{ requiredEnv .github.token }}"
13
+ username : " {{ .github.username }}"
14
+ branch : " {{ .github.branch }}"
15
+
16
+ sources :
17
+ golang :
18
+ name : Get latest Golang version
19
+ kind : golang
20
+
21
+ targets :
22
+ golang :
23
+ name : ' deps(dockerfile): bump golang version'
24
+ kind : dockerfile
25
+ spec :
26
+ file : dockerfiles/golang/Dockerfile
27
+ instruction :
28
+ keyword : ARG
29
+ matcher : GOLANG_VERSION
30
+ sourceid : golang
31
+
32
+ actions :
33
+ default :
34
+ kind : github/pullrequest
35
+ scmid : default
36
+ title : Bump golang version to {{ source "golang" }}
37
+ spec :
38
+ labels :
39
+ - dependencies
40
+ - chore
You can’t perform that action at this time.
0 commit comments