File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # To get started with Dependabot version updates, you'll need to specify which
2- # package ecosystems to update and where the package manifests are located.
31# Please see the documentation for all configuration options:
42# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
53
64version : 2
5+
76updates :
7+
88 - package-ecosystem : " github-actions" # See documentation for possible values
99 directory : " /" # Location of package manifests
1010 schedule :
1111 interval : " weekly"
12+ groups :
13+ ghthub-actions-group :
14+ patterns : ["*"]
15+
16+ - package-ecosystem : " gomod"
17+ directory : " /"
18+ schedule :
19+ interval : " weekly"
20+ groups :
21+ go-all-dependencies :
22+ patterns : ["*"]
1223
13- # $Hash:c5d3212bc9191230f44684f4d30f030b6c70d515e68cbc9c3467c4d9 $
24+ # $Hash:2b8a69882cf27ad1ff43ff8a833decf3d0df54c1effeb8efb5bb8244 $
Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Start FreeBSD VM
117117 if : matrix.os == 'freebsd'
118- uses : vmactions/freebsd-vm@b84ab5559b5a1bb4b8ee2737d2506a16e1737636 # v1.4.8
118+ uses : vmactions/freebsd-vm@5a72679103d223925653750faa878a143340fbd0 # v1.5.0
119119 with :
120120 usesh : true
121121 copyback : false
@@ -205,4 +205,4 @@ jobs:
205205 append_body : true
206206
207207# based on: github.com/koron-go/_skeleton/.github/workflows/go.yml
208- # $Hash:84bd3edd870a01504581dbb7ae119f23940120ca7c3f4cf9f003c535 $
208+ # $Hash:8ae311c1b13da299f3619c8a87ca2defe1bacb12acd300e6623e9ea2 $
You can’t perform that action at this time.
0 commit comments