0

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

Jeff
  • 1,917
  • 1
  • 25
  • 43

1 Answers1

2

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

astellin
  • 433
  • 3
  • 13