File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed
Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 11version : 2
22updates :
3+ # Docker images
34- package-ecosystem : docker
45 directory : /images
56 schedule :
67 interval : weekly
8+ day : monday
9+ commit-message :
10+ prefix : " chore:"
11+
12+ # GitHub Actions
13+ - package-ecosystem : github-actions
14+ directory : /
15+ schedule :
16+ interval : weekly
17+ day : monday
18+ commit-message :
19+ prefix : " chore:"
20+
21+ # Go modules
722- package-ecosystem : gomod
823 directory : /
924 schedule :
1025 interval : weekly
26+ day : monday
27+ commit-message :
28+ prefix : " chore:"
1129 groups :
30+ kubernetes-dependencies :
31+ patterns :
32+ - k8s.io/*
1233 gomod-dependencies :
1334 patterns :
14- - ' *'
35+ - ' *'
36+ exclude-patterns :
37+ - k8s.io/*
Original file line number Diff line number Diff line change 55 name : build
66 runs-on : ubuntu-24.04
77 steps :
8- - name : Set up Go matrix
8+ - name : Set up Go
99 uses : actions/setup-go@v3
1010 with :
1111 go-version : 1.23.x
You can’t perform that action at this time.
0 commit comments