ci: try regex

This commit is contained in:
kellervater
2025-04-12 11:52:17 +02:00
parent 8cd9ed9b0a
commit 6ad1f15857

View File

@@ -30,9 +30,10 @@
addLabels: ["automerge"],
automerge: true,
matchPackageNames: [
"asdf-vm/asdf",
"pre-commit",
"ruby"
".*asdf.*",
".*pre-commit.*",
".*ruby.*",
".*shellcheck.*"
],
}
],