module Dependabot::SharedHelpers

def self.credential_helper_path

def self.credential_helper_path
  File.join(__dir__, "../../bin/git-credential-store-immutable")
end