Conversation
Signed-off-by: Frederic BIDON <[email protected]>
* All groups are checked once a week and each produce at most 1 PR.
* All dependabot PRs are auto-approved
Caveats:
* this requires auto-merge to be enabled in the repository settings
[done]
* this requires all desired tests to be required in the branch
protection rule [done]
- package-ecosystem: "github-actions"
# 1. development-dependencies are auto-merged
- package-ecosystem: "gomod"
# We define 4 groups of dependencies to regroup update pull requests:
# - development (e.g. test dependencies)
# - go-openapi updates
# - golang.org (e.g. golang.org/x/... packages)
# - other dependencies (direct or indirect)
#
#
# Auto-merging policy, when requirements are met:
# 1. development-dependencies are auto-merged
# 2. golang.org-dependencies are auto-merged
# 3. go-openapi patch updates are auto-merged. Minor/major version updates require a manual merge.
# 4. other dependencies require a manual merge
Signed-off-by: Frederic BIDON <[email protected]>
fredbi
added a commit
that referenced
this pull request
Nov 15, 2025
* fixes #6 Signed-off-by: Frédéric BIDON <[email protected]>
fredbi
added a commit
that referenced
this pull request
Nov 15, 2025
* added testable examples for structs and the usage of supported interfaces * README: made the badges zone more compact * README: fixed go.pkg.doc badge, disabled the Slack badge (not working) * updated CONTRIBUTING guidelines * doc: added draft versions of a maintainer's guide and code style guidelines * fixes #6 Signed-off-by: Frederic BIDON <[email protected]>
fredbi
added a commit
that referenced
this pull request
Nov 15, 2025
* added testable examples for structs and the usage of supported interfaces * README: made the badges zone more compact * README: fixed go.pkg.doc badge, disabled the Slack badge (not working) * updated CONTRIBUTING guidelines * doc: added draft versions of a maintainer's guide and code style guidelines * fixes #6 Signed-off-by: Frederic BIDON <[email protected]>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.