Skip to content

Commit 56c1328

Browse files
committed
Update files from koron-go/_skeleton 4f5b805
1 parent f87bad6 commit 56c1328

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
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

64
version: 2
5+
76
updates:
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$

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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$

0 commit comments

Comments
 (0)