Skip to content

Commit

Permalink
enable dependabot (#90)
Browse files Browse the repository at this point in the history
* enable dependabot
* migrate goreleaser to v2
  • Loading branch information
jandelgado authored Aug 20, 2024
1 parent 6f8d103 commit 8620f83
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: daily
commit-message:
prefix: "[gomod] "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
commit-message:
prefix: "[gh-actions] "
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: daily
commit-message:
prefix: "[docker] "
6 changes: 5 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com/customization/builds/
version: 2
before:
hooks:
- go mod tidy
Expand Down Expand Up @@ -42,10 +43,13 @@ archives:
- README.md
- LICENSE
- CHANGELOG.md
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
version_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 8620f83

Please sign in to comment.