{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "customManagers": [ { "customType": "regex", "description": "Bump golangci-lint version ARG trong node-go/Dockerfile", "fileMatch": ["node-go/Dockerfile$"], "matchStrings": ["ARG GOLANGCI_LINT_VERSION=(?\\S+)"], "datasourceTemplate": "github-releases", "depNameTemplate": "golangci/golangci-lint" }, { "customType": "regex", "description": "Bump Go version ARG trong node-go/Dockerfile", "fileMatch": ["node-go/Dockerfile$"], "matchStrings": ["ARG GO_VERSION=(?\\S+)"], "datasourceTemplate": "golang-version", "depNameTemplate": "go" } ], "packageRules": [ { "description": "golangci-lint: auto-merge minor/patch, major (vd v2->v3) can review", "matchDatasources": ["github-releases"], "matchPackageNames": ["golangci/golangci-lint"], "matchUpdateTypes": ["minor", "patch"], "automerge": true }, { "description": "Go: chi auto-merge patch; minor (vd 1.26->1.27) can review thu cong", "matchDatasources": ["golang-version"], "matchUpdateTypes": ["patch"], "automerge": true } ] }