Skip to content

Commit

Permalink
Merge pull request #16 from Constructor-io/chore/go-mod
Browse files Browse the repository at this point in the history
Chore/go mod
  • Loading branch information
svennjegac authored Oct 4, 2023
2 parents b307f78 + dec9092 commit 52c522b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
17 changes: 17 additions & 0 deletions .github/workflows/semantic-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Semantic Release
on:
workflow_dispatch:
jobs:
semantic-release:
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: 18.7.0
- name: Semantic release
run: npx [email protected]
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/archdx/zerolog-sentry
module github.com/Constructor-io/zerolog-sentry

go 1.20

Expand Down

0 comments on commit 52c522b

Please sign in to comment.