Skip to content

Commit 0e335ab

Browse files
committed
ci: fix incorrect label in dependabot setup
1 parent 6b8a188 commit 0e335ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ updates:
99
schedule:
1010
interval: "weekly"
1111
labels:
12-
- "dependencies"
12+
- "build"
1313

1414
- package-ecosystem: "composer"
1515
directory: "/"
1616
schedule:
1717
interval: "weekly"
1818
labels:
19-
- "dependencies"
19+
- "build"

0 commit comments

Comments
 (0)