Michal Zimmermann
Results
1
comments of
Michal Zimmermann
@michaelgracious I made that work using this: ``` source = Dependabot::Source.new( provider: "gitlab", hostname: gitlab_hostname, api_endpoint: "https://#{gitlab_hostname}/api/v4", repo: repo_name, directory: directory, branch: "develop", ) ```