Skip to content

Commit a2d2c1b

Browse files
committed
ci(dependabot): the git commit message scope can not be in the prefix
1 parent 99b1290 commit a2d2c1b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@ updates:
55
schedule:
66
interval: "weekly"
77
commit-message:
8-
prefix: "build(pip)"
9-
prefix-development: "build(pip dev)"
10-
pin-versions: true
8+
prefix: "build"
119

1210
- package-ecosystem: "github-actions"
1311
directory: "/"
1412
schedule:
1513
interval: "monthly"
1614
commit-message:
17-
prefix: "ci(github-actions)"
18-
pin-versions: true
19-
pin-sha: true
15+
prefix: "ci"

0 commit comments

Comments
 (0)