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"], addLabels: ["automerge"],
automerge: true, automerge: true,
matchPackageNames: [ matchPackageNames: [
"asdf-vm/asdf", ".*asdf.*",
"pre-commit", ".*pre-commit.*",
"ruby" ".*ruby.*",
".*shellcheck.*"
], ],
} }
], ],