sourceUrl
is not rendered from template.
This configuration:
"sourceUrl": "https://github.com/{{ lookup (split packageName '/') 0 }}/terraform-provider-{{ lookup (split packageName '/') 1 }}"
produces:
[aws](https://redirect.github.com/{{ lookup (split packageName '/') 0 }}/terraform-provider-{{ lookup (split packageName '/') 1 }})
See #1
I would like the sourceUrl
to be:
https://github.com/hashicorp/terraform-provider-aws
Reproduction for renovate discussion: renovatebot/renovate#35153