lib/dependabot/config.rb



# typed: strong
# frozen_string_literal: true

module Dependabot
  module Config
    class InvalidConfigError < StandardError; end
  end
end