-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from biohackerellie/dev
feat: Structured logging added
- Loading branch information
Showing
7 changed files
with
166 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
"pushpop": major | ||
"@epklabs/pushpop": major | ||
--- | ||
|
||
Updated packages and added structured logging to go package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"extends": [ | ||
"config:recommended" | ||
], | ||
"labels": [ | ||
"dependencies" | ||
], | ||
"autoApprove": true, | ||
"schedule": [ | ||
"after 10pm", | ||
"before 5am" | ||
], | ||
"baseBranches": [ | ||
"main" | ||
], | ||
"gomod": { | ||
"fileMatch": [ | ||
"(^|/)go\\.mod$" | ||
], | ||
"pinDigests": false, | ||
"postUpdateOptions": [ | ||
"gomodTidy" | ||
] | ||
}, | ||
"updateInternalDeps": true, | ||
"rangeStrategy": "bump", | ||
"automerge": true, | ||
"npm": { | ||
"fileMatch": [ | ||
"(^|/)package\\.json$", | ||
"(^|/)package\\.json\\.hbs$", | ||
"pnpm-workspace\\.yaml$" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.