Skip to content

chore(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres from 0.40.0 to 0.41.0 #171

chore(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres from 0.40.0 to 0.41.0

chore(deps): bump github.com/testcontainers/testcontainers-go/modules/postgres from 0.40.0 to 0.41.0 #171

Workflow file for this run

name: PR Validation
on:
pull_request:
branches: [develop, release-candidate, main]
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
pull-requests: write
issues: write
jobs:
validate:
uses: LerianStudio/github-actions-shared-workflows/.github/workflows/pr-validation.yml@v1.13.1
with:
runner_type: "blacksmith-4vcpu-ubuntu-2404"
pr_title_types: |
feat
fix
docs
style
refactor
perf
test
chore
ci
build
revert
pr_title_scopes: |
api
cmd
internal
handlers
middleware
router
routes
schemas
bounded-contexts
constants
infrastructure
platform
service
acl
migrations
scripts
configs
proto
gen
deps
require_scope: false
min_description_length: 50
check_changelog: true
enforce_source_branches: true
enable_auto_labeler: true
labeler_config_path: '.github/labeler.yml'
secrets: inherit