chore: update CI/CD workflows, Homebrew and new contributors (#552)

This commit is contained in:
Roger
2026-04-05 21:18:49 +08:00
committed by GitHub
parent 15cc1816c1
commit 6902243895
10 changed files with 68 additions and 120 deletions
+7 -6
View File
@@ -5,13 +5,14 @@ updates:
schedule:
interval: "weekly"
open-pull-requests-limit: 10
target-branch: dev
# ignore:
# - dependency-name: "example-package"
# versions: ["2.x.x"]
target-branch: main
ignore:
- dependency-name: "modernc.org/sqlite"
versions: [">=1.32.0"] # v1.32+ requires Go 1.21, project is pinned to Go 1.20
- dependency-name: "golang.org/x/text" # will be removed in upcoming refactoring
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 5
target-branch: dev
open-pull-requests-limit: 8
target-branch: main