From 30b438ff84242c6bfe3e3bab177dc811b4d009d8 Mon Sep 17 00:00:00 2001 From: viceice Date: Tue, 18 Mar 2025 07:52:00 +0000 Subject: [PATCH] chore(renovate): add `yamllint` to automerge (#7262) Only used for linting, so safe for automerge. Also sort list alphabetically. Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7262 Reviewed-by: Earl Warren Co-authored-by: viceice Co-committed-by: viceice --- renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index f3fcd3d5fc..d3bf8c875c 100644 --- a/renovate.json +++ b/renovate.json @@ -137,6 +137,8 @@ "@playwright/**", "@stoplight/spectral-cli", "@stylistic/**", + "@vitejs/plugin-vue", + "@vue/test-utils", "djlint", "github.com/editorconfig-checker/editorconfig-checker/v2/cmd/editorconfig-checker", "github.com/golangci/golangci-lint/cmd/golangci-lint", @@ -148,8 +150,7 @@ "mvdan.cc/gofumpt", "updates", "vite-string-plugin", - "@vue/test-utils", - "@vitejs/plugin-vue" + "yamllint" ], "automerge": true },