ci: renovate regex try #2

This commit is contained in:
kellervater
2025-04-12 11:55:41 +02:00
parent 6ad1f15857
commit 2a0be436dc

View File

@@ -29,11 +29,12 @@
matchUpdateTypes: ["minor", "patch"],
addLabels: ["automerge"],
automerge: true,
// renovate docs: https://docs.renovatebot.com/configuration-options/#matchpackagenames
matchPackageNames: [
".*asdf.*",
".*pre-commit.*",
".*ruby.*",
".*shellcheck.*"
"/asdf/",
"/pre-commit/",
"/ruby/",
"/shellcheck/"
],
}
],