Skip to content

Commit 8e3d11f

Browse files
committed
Fix invalid key in Dependabot config
1 parent f254fb6 commit 8e3d11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ updates:
3939
patterns:
4040
- "aws-*"
4141
ignore:
42-
- dependency_name: "openproject-octicons"
42+
- dependency-name: "openproject-octicons"
4343
- dependency-name: "openproject-octicons_helper"
4444
- dependency-name: "openproject-primer_view_components"
4545
- package-ecosystem: "github-actions"

0 commit comments

Comments
 (0)