diff --git a/updater/Gemfile b/updater/Gemfile index a9b903f20..fabf954ac 100644 --- a/updater/Gemfile +++ b/updater/Gemfile @@ -9,7 +9,6 @@ source "https://rubygems.org" # Hence adding the branch. # gem "dependabot-omnibus", github: "dependabot/dependabot-core", branch: "main" - gem "dependabot-omnibus", "~>0.224.0" group :test do diff --git a/updater/bin/update-script.rb b/updater/bin/update-script.rb index abb557bc4..6e82716a1 100644 --- a/updater/bin/update-script.rb +++ b/updater/bin/update-script.rb @@ -694,7 +694,10 @@ def show_diff(original_file, updated_file) # pr_message_header: , # pr_message_footer: , # vulnerabilities_fixed: , - github_redirection_service: Dependabot::PullRequestCreator::DEFAULT_GITHUB_REDIRECTION_SERVICE + # dependency_group: , + github_redirection_service: Dependabot::PullRequestCreator::DEFAULT_GITHUB_REDIRECTION_SERVICE, + pr_message_max_length: Dependabot::Azure::PR_DESCRIPTION_MAX_LENGTH, + pr_message_encoding: Dependabot::Azure::PR_DESCRIPTION_ENCODING ) # Skip creating/updating PR