Skip to content

Commit

Permalink
Merge pull request #19277 from DanielFran/skip-ci_release-drafter_exc…
Browse files Browse the repository at this point in the history
…lude-release-notes

Fine-tune release-drafter configuration
  • Loading branch information
DanielFran authored Jul 31, 2022
2 parents 6067e28 + a97c021 commit 67a410c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ updates:
labels:
- 'theme: jhipster-internals'
- 'theme: dependencies'
- 'skip-changelog'
ignore:
# ESM only version
- dependency-name: 'p-queue'
Expand All @@ -30,6 +31,7 @@ updates:
labels:
- 'theme: angular'
- 'theme: dependencies'
- 'skip-changelog'
ignore:
# Should match generated project node major version.
- dependency-name: '@types/node'
Expand All @@ -44,6 +46,7 @@ updates:
versioning-strategy: increase
labels:
- 'theme: dependencies'
- 'skip-changelog'

- package-ecosystem: 'npm'
directory: '/generators/client/templates/common/'
Expand All @@ -55,6 +58,7 @@ updates:
labels:
- 'theme: front'
- 'theme: dependencies'
- 'skip-changelog'

- package-ecosystem: 'npm'
directory: '/generators/client/templates/react/'
Expand All @@ -66,6 +70,7 @@ updates:
labels:
- 'theme: react'
- 'theme: dependencies'
- 'skip-changelog'
ignore:
# Should match generated project node major version.
- dependency-name: '@types/node'
Expand All @@ -81,6 +86,7 @@ updates:
labels:
- 'theme: vue'
- 'theme: dependencies'
- 'skip-changelog'
ignore:
# vue3 dependency
- dependency-name: 'vue-loader'
Expand All @@ -100,3 +106,4 @@ updates:
labels:
- 'theme: github_actions'
- 'theme: CI builds'
- 'skip-changelog'
4 changes: 2 additions & 2 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ template: |
$CHANGES
exclude-labels:
- 'theme: dependencies'
- 'skip-changelog'
exclude-contributors:
- 'dependabot'
- 'app/dependabot'
categories:
- title: 💎 Features & Enhancements
labels:
Expand Down

0 comments on commit 67a410c

Please sign in to comment.