Renovate: exclude or regex repositories?

1.9k Views Asked by At

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

1

There are 1 best solutions below

1
On

Did you look at autodiscover and autodiscoverfilter? I believe you will be able to achieve what you want with those properties.