Skip to content

Commit

Permalink
Merge pull request #7 from ktr0731/configure-tools
Browse files Browse the repository at this point in the history
configure Dependabot and GoReleaser
  • Loading branch information
ktr0731 authored Feb 17, 2021
2 parents 3784941 + 8ac8a12 commit e88bb7c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 1
update_configs:
- package_manager: "go:modules"
directory: "/"
update_schedule: "weekly"
default_reviewers:
- "ktr0731"
default_labels:
- "update"
automerged_updates:
- match:
dependency_type: all
update_type: all
23 changes: 23 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
builds:
-
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm
- '386'
archives:
-
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
files:
- none*
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc

0 comments on commit e88bb7c

Please sign in to comment.