feat(manager/regex)!: allow arbitrary regex groups for templates (#12296)
Allow the usage of arbitrary capture groups inside of regex manager templates and further adds refactor which this allows. BREAKING_CHANGE Only regex managers using the combination matchStringStrategy are affected of this change! Currently capture groups which are empty but still match the regex are ignored. This is no longer the case! Subsequent matchGroups will now overwrite previous ones, even if the later one is empty.
Showing
- lib/manager/regex/__fixtures__/ansible.yml 3 additions, 1 deletionlib/manager/regex/__fixtures__/ansible.yml
- lib/manager/regex/__snapshots__/index.spec.ts.snap 22 additions, 0 deletionslib/manager/regex/__snapshots__/index.spec.ts.snap
- lib/manager/regex/index.spec.ts 23 additions, 0 deletionslib/manager/regex/index.spec.ts
- lib/manager/regex/index.ts 32 additions, 55 deletionslib/manager/regex/index.ts
- lib/manager/regex/types.ts 4 additions, 0 deletionslib/manager/regex/types.ts
Loading
Please register or sign in to comment