-
Notifications
You must be signed in to change notification settings - Fork 1
Include from GitLab (self-hosted) not possible #206
Comments
Unfortunately, there seems to be no way to do an actual Therefore, I would guess that the current behavior is buggy since the version tagged refers to the plugins on |
Currently
Agreed... 😢 Using 1.4.1 correctly using the plugins, however they are looks loading main branch files. https://app.renovatebot.com/dashboard#github/kachick/public_dotfiles/849820065
One of my idea is gathering the plugins to tagged default.json with scripts. 🤔 |
@kachick Oh, I did not realize that the tags have a different I tried it using |
@kachick Sorry for the noise. You fixed it with |
If I understand it correctly, the include is not possible because
local
ongithub
refers to itself. When using from a self hostedgitlab
,local
refers to that one.I therefore think that the
default
json should import fromgithub>kachick/renovate-config-asdf//plugins/[PLUGIN].json5#[VERSION]
instead oflocal>kachick/renovate-config-asdf//plugins/[PLUGIN].json5
.The text was updated successfully, but these errors were encountered: