Skip to content

Commit 172ecdd

Browse files
committed
changelog: exclude dependabot PRs
1 parent ea38f74 commit 172ecdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ begin
7171
rescue LoadError
7272
else
7373
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
74-
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog}
74+
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog dependencies}
7575
config.user = 'voxpupuli'
7676
config.project = 'json-schema'
7777
gem_version = Gem::Specification.load("#{config.project}.gemspec").version

0 commit comments

Comments
 (0)