@@ -232,12 +232,12 @@ REDIS_CACHE_FORCE_PULL=false # Force pull Redis images even when cache
232232# 🪄 MAGE-X CONFIGURATION
233233# ================================================================================================
234234
235- MAGE_X_VERSION=v1.7.15 # https://github.com/mrz1836/mage-x/releases
235+ MAGE_X_VERSION=v1.7.16 # https://github.com/mrz1836/mage-x/releases
236236MAGE_X_USE_LOCAL=false # Use local version for development
237237MAGE_X_AUTO_DISCOVER_BUILD_TAGS=true # Enable auto-discovery of build tags
238238MAGE_X_AUTO_DISCOVER_BUILD_TAGS_EXCLUDE=race,custom # Comma-separated list of tags to exclude
239239MAGE_X_FORMAT_EXCLUDE_PATHS=vendor,node_modules,.git,.idea # Format exclusion paths (comma-separated directories to exclude from formatting)
240- MAGE_X_GITLEAKS_VERSION=8.29.0 # https://github.com/gitleaks/gitleaks/releases
240+ MAGE_X_GITLEAKS_VERSION=8.29.1 # https://github.com/gitleaks/gitleaks/releases
241241MAGE_X_GOFUMPT_VERSION=v0.9.2 # https://github.com/mvdan/gofumpt/releases
242242MAGE_X_GOLANGCI_LINT_VERSION=v2.6.2 # https://github.com/golangci/golangci-lint/releases
243243MAGE_X_GORELEASER_VERSION=v2.12.7 # https://github.com/goreleaser/goreleaser/releases
@@ -291,7 +291,7 @@ NANCY_EXCLUDES=CVE-2024-38513,CVE-2023-45142
291291# Github Secret(s): OSSI_USERNAME and OSSI_TOKEN
292292
293293# Security Tools
294- GITLEAKS_VERSION=8.29.0 # https://github.com/gitleaks/gitleaks/releases
294+ GITLEAKS_VERSION=8.29.1 # https://github.com/gitleaks/gitleaks/releases
295295GOVULNCHECK_VERSION=v1.1.4 # https://pkg.go.dev/golang.org/x/vuln
296296NANCY_VERSION=v1.0.51 # https://github.com/sonatype-nexus-community/nancy/releases
297297
@@ -300,7 +300,7 @@ NANCY_VERSION=v1.0.51 # https://github.com/sonatype-nexus-commu
300300# ================================================================================================
301301
302302# Pre-Commit System
303- GO_PRE_COMMIT_VERSION=v1.4.2 # https://github.com/mrz1836/go-pre-commit/releases
303+ GO_PRE_COMMIT_VERSION=v1.4.3 # https://github.com/mrz1836/go-pre-commit/releases
304304GO_PRE_COMMIT_USE_LOCAL=false # Use local version for development
305305
306306# System Settings
@@ -312,6 +312,7 @@ GO_PRE_COMMIT_PARALLEL_WORKERS=2
312312GO_PRE_COMMIT_LOG_LEVEL=debug
313313GO_PRE_COMMIT_MAX_FILE_SIZE_MB=10
314314GO_PRE_COMMIT_MAX_FILES_OPEN=100
315+ GO_PRE_COMMIT_DEBUG=false # Enable verbose debug output for tool caching and locations
315316
316317# File Detection Strategy for CI
317318# true = Check all repository files (comprehensive but slower)
@@ -322,7 +323,7 @@ GO_PRE_COMMIT_ALL_FILES=true
322323GO_PRE_COMMIT_GOLANGCI_LINT_VERSION=v2.6.2 # https://github.com/golangci/golangci-lint/releases
323324GO_PRE_COMMIT_FUMPT_VERSION=v0.9.2 # https://github.com/mvdan/gofumpt/releases
324325GO_PRE_COMMIT_GOIMPORTS_VERSION=latest # https://github.com/golang/tools
325- GO_PRE_COMMIT_GITLEAKS_VERSION=v8.29.0 # https://github.com/gitleaks/gitleaks/releases
326+ GO_PRE_COMMIT_GITLEAKS_VERSION=v8.29.1 # https://github.com/gitleaks/gitleaks/releases
326327
327328# Build tags for golangci-lint and other tools
328329GO_PRE_COMMIT_BUILD_TAGS=
@@ -393,6 +394,8 @@ DEPENDABOT_MAINTAINER_USERNAME=mrz1836
393394DEPENDABOT_AUTO_MERGE_PATCH=true
394395DEPENDABOT_AUTO_MERGE_MINOR_DEV=true
395396DEPENDABOT_AUTO_MERGE_MINOR_PROD=true
397+ DEPENDABOT_AUTO_MERGE_PATCH_INDIRECT=true
398+ DEPENDABOT_AUTO_MERGE_MINOR_INDIRECT=true
396399DEPENDABOT_AUTO_MERGE_SECURITY_NON_MAJOR=true
397400DEPENDABOT_ALERT_ON_MAJOR=true
398401DEPENDABOT_ALERT_ON_MINOR_PROD=true
@@ -418,6 +421,8 @@ AUTO_MERGE_SKIP_FORK_PRS=true
418421# Note: Fork PRs receive welcome comments from pull-request-management-fork.yml instead
419422# This setting only affects same-repo PRs (fork PRs use read-only GITHUB_TOKEN)
420423AUTO_MERGE_COMMENT_ON_FORK_SKIP=true
424+ AUTO_MERGE_REQUIRE_LABEL=true
425+ AUTO_MERGE_LABEL=automerge
421426
422427# ================================================================================================
423428# 📝 PULL REQUEST MANAGEMENT CONFIGURATION
0 commit comments