Skip to content

Commit 52a439d

Browse files
authored
fix(dependabot): use build instead of deps (#920)
1 parent a8b50dd commit 52a439d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ updates:
1010
schedule:
1111
interval: 'weekly'
1212
commit-message:
13-
prefix: 'deps'
13+
prefix: 'build'
1414
include: 'scope'
1515
- package-ecosystem: 'github-actions'
1616
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)

release-please-config.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
"packages": {
44
".": {
55
"release-type": "node",
6-
"package-name": "5e-database"
6+
"package-name": "5e-srd-api"
77
}
8-
}
8+
},
9+
"changelog-sections": [
10+
{
11+
"type": "build",
12+
"section": "Dependencies"
13+
}
14+
]
915
}

0 commit comments

Comments
 (0)