dependabot-common 0.95.67 → 0.95.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5424b3e9f4841be4915b22ea7fa6a4dc6dc2a96112d9ba306fff6aec169cbec3
4
- data.tar.gz: 5b9c1c202391d47b2fb5b2f576d933665653a271f9aeb202a7a93a9b1ae992de
3
+ metadata.gz: 7e2a27b06252271fcc4504c63c99157b033296ff6dac1e4f62317be0ca12afb3
4
+ data.tar.gz: 697f85ae596212c865d8c26cd711f19d3223eb351a7394718322b6eba2d4ab8f
5
5
  SHA512:
6
- metadata.gz: 4efc40365a324932f31b365e6637be5f9d89c6abed27f92869af635cae2a7d715102e28bf0549c35392fdc1499043317ea301bb9c99fc7d093e2cfb01c58335c
7
- data.tar.gz: 153c9160e347b8a031660a9bcc5fc98f7f35a4fa0dd59700a6e96a7ca31b7c5ceb40abcc66f2181c7e399c13046ad13566fad383b1d98e046930e539cd9a2c70
6
+ metadata.gz: 4f3da16bdb57b2c8d08d0f0113b351db4660ca4a28cd05a365f76baac22d3dd3f4d90cac9ef98c7e12c406eddce8419964afcadd893fd953b69bbc7ab9b3aa81
7
+ data.tar.gz: 333c4298281c7f590d60d59c3de05a0cdfd71c6a6f3f46c8d682dab538051c23b00654f2e5f566900a2c31897e2bf4dc3520daae7beb299ea2a19ea99d2d50f1
@@ -74,11 +74,9 @@ module Dependabot
74
74
  # rubocop:disable Metrics/CyclomaticComplexity
75
75
  # rubocop:disable Metrics/PerceivedComplexity
76
76
  def changelog
77
- # Changelog won't be relevant for a git commit bump
77
+ return unless changelog_from_suggested_url || source
78
78
  return if git_source? && !ref_changed?
79
-
80
79
  return changelog_from_suggested_url if changelog_from_suggested_url
81
- return unless source
82
80
 
83
81
  # If there is a changelog, and it includes the new version, return it
84
82
  if new_version && default_branch_changelog &&
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Dependabot
4
- VERSION = "0.95.67"
4
+ VERSION = "0.95.68"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dependabot-common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.95.67
4
+ version: 0.95.68
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dependabot