Skip to content

Commit 4483ee6

Browse files
committed
revert: "docs: add separate changelog section for dependencies"
This reverts commit ed13712.
1 parent ed13712 commit 4483ee6

File tree

2 files changed

+5
-21
lines changed

2 files changed

+5
-21
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,16 @@
66
version: 2
77
updates:
88
- package-ecosystem: 'npm' # See documentation for possible values
9-
allow:
10-
- dependency-type: 'development'
119
directory: '/' # Location of package manifests
1210
commit-message:
13-
#prefix: 'build'
14-
prefix: 'build(npm)'
15-
#include: 'scope'
16-
rebase-strategy: 'auto'
17-
schedule:
18-
interval: 'daily'
19-
- package-ecosystem: 'npm' # See documentation for possible values
20-
allow:
21-
- dependency-type: 'production'
22-
directory: '/' # Location of package manifests
23-
commit-message:
24-
prefix: 'deps(npm)'
11+
prefix: 'build'
2512
rebase-strategy: 'auto'
2613
schedule:
2714
interval: 'daily'
2815
- package-ecosystem: 'github-actions' # See documentation for possible values
2916
directory: '/' # Location of package manifests
3017
commit-message:
31-
#prefix: 'ci'
32-
prefix: 'ci(github-actions)'
33-
#include: 'scope'
18+
prefix: 'ci(actions)'
3419
rebase-strategy: 'auto'
3520
schedule:
3621
interval: 'daily'

release-please-config.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,13 @@
2727
"changelog-sections": [
2828
{ "type": "feat", "section": "Features", "hidden": false },
2929
{ "type": "fix", "section": "Bug Fixes", "hidden": false },
30-
{ "type": "test", "section": "Tests", "hidden": false },
31-
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
3230
{ "type": "chore", "section": "Miscellaneous Chores", "hidden": false },
31+
{ "type": "revert", "section": "Reverts", "hidden": false },
3332
{ "type": "refactor", "section": "Code Refactoring", "hidden": false },
3433
{ "type": "style", "section": "Styles", "hidden": false },
3534
{ "type": "docs", "section": "Documentation", "hidden": false },
36-
{ "type": "revert", "section": "Reverts", "hidden": false },
37-
{ "type": "deps", "section": "Dependencies", "hidden": false },
35+
{ "type": "perf", "section": "Performance Improvements", "hidden": false },
36+
{ "type": "test", "section": "Tests", "hidden": true },
3837
{ "type": "build", "section": "Build System", "hidden": false },
3938
{ "type": "ci", "section": "Continuous Integration", "hidden": false }
4039
]

0 commit comments

Comments
 (0)