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 <earl-warren@noreply.codeberg.org>
Co-authored-by: viceice <michael.kriese@gmx.de>
Co-committed-by: viceice <michael.kriese@gmx.de>
This commit is contained in:
viceice 2025-03-18 07:52:00 +00:00 committed by Earl Warren
parent 5032388cc7
commit 30b438ff84

View file

@ -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
},