From 24b101714ef4d6aa9f5f5bf0d198cb9e4beae68d Mon Sep 17 00:00:00 2001 From: Valentin Maerten Date: Wed, 29 Jan 2025 17:25:58 +0100 Subject: [PATCH 1/2] label --- .github/renovate.json | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index f2b1f4b9d4..6bfa1051da 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,13 +9,13 @@ "constraints": { "go": "1.22" }, +"addLabels":["area: dependencies"], "mode": "full", - "reviewers": ["team:developer"], "packageRules": [ { "matchManagers": ["github-actions"], "groupName": "Github Action", - "labels": ["area: github actions", "area: dependencies"], + "addLabels": ["area: github actions"], "matchPackageNames": [ "*" ], @@ -25,9 +25,9 @@ ] }, { - "matchManagers": ["npm", "nvm"], + "matchCategories": ["js", "node"], "groupName": "Website", - "labels": ["lang: javascript", "area: dependencies"], + "addLabels": ["lang: javascript"], "matchPackageNames": [ "*" ], @@ -37,16 +37,9 @@ ] }, { - "matchManagers": ["gomod"], + "matchCategories": ["golang"], "groupName": "golang", - "labels": ["lang: go", "area: dependencies"], - "matchPackageNames": [ - "*" - ], - "matchUpdateTypes": [ - "minor", - "patch" - ] + "addLabels": ["lang: go"] } ] } From f0d025e3861b74153387bcd9daf1637f666f5cca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 16:50:13 +0000 Subject: [PATCH 2/2] chore(deps): update module github.com/elliotchance/orderedmap/v2 to v3 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 16d199e501..a5da3c0bb0 100644 --- a/go.mod +++ b/go.mod @@ -11,7 +11,7 @@ require ( github.com/chainguard-dev/git-urls v1.0.2 github.com/davecgh/go-spew v1.1.1 github.com/dominikbraun/graph v0.23.0 - github.com/elliotchance/orderedmap/v2 v2.7.0 + github.com/elliotchance/orderedmap/v3 v3.1.0 github.com/fatih/color v1.18.0 github.com/go-git/go-billy/v5 v5.6.2 github.com/go-git/go-git/v5 v5.13.2