mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-16 01:26:24 +00:00
dca3418bbd
Moves datasource, manager, platform and versioning code from lib/ into new lib/modules/ BREAKING CHANGE: External tools must update paths to datasource, manager, platform and versioning
7 lines
102 B
Text
7 lines
102 B
Text
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org' do
|
|
gem 'rubocop'
|
|
|
|
gem 'brakeman'
|
|
end
|