Skip to content

Commit 782da71

Browse files
authored
fix(dependabot): use build instead of deps (#941)
1 parent 69bdd5f commit 782da71

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,11 @@
55
"release-type": "node",
66
"package-name": "5e-database"
77
}
8-
}
8+
},
9+
"changelog-sections": [
10+
{
11+
"type": "build",
12+
"section": "Dependencies"
13+
}
14+
]
915
}

0 commit comments

Comments
 (0)