'Renovate: exclude or regex repositories?
Goal: renovate repositories, regex include/exclude
Using renovate repositories, is it possible to regex to include/exclude?
For example, this explicitly two repositories:
  repositories: ["ACT/act-qa", "ACT/act-integration-apps"],
But this does not work in including all repositories that begin with a specific string:
  repositories: ["ACT/act-*"],
Appreciate assistance, thank you
Solution 1:[1]
Did you look at autodiscover and autodiscoverfilter? I believe you will be able to achieve what you want with those properties.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source | 
|---|---|
| Solution 1 | astellin | 
