Skip to content

Commit 72ef350

Browse files
committed
Fix invalid dependabot configuration. A single directory needs the "directory" setting and not "directories"
1 parent 7df4aa0 commit 72ef350

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ updates:
149149
update-types: ["version-update:semver-major"]
150150
# Also automatically update all our GitHub actions on the main branch
151151
- package-ecosystem: "github-actions"
152-
directories: "/"
152+
directory: "/"
153153
# Monthly dependency updates
154154
schedule:
155155
interval: "monthly"
@@ -301,7 +301,7 @@ updates:
301301
update-types: [ "version-update:semver-major" ]
302302
# Also automatically update all our GitHub actions on the dspace-9_x branch
303303
- package-ecosystem: "github-actions"
304-
directories: "/"
304+
directory: "/"
305305
target-branch: dspace-9_x
306306
# Monthly dependency updates
307307
schedule:
@@ -454,7 +454,7 @@ updates:
454454
update-types: [ "version-update:semver-major" ]
455455
# Also automatically update all our GitHub actions on the dspace-8_x branch
456456
- package-ecosystem: "github-actions"
457-
directories: "/"
457+
directory: "/"
458458
target-branch: dspace-8_x
459459
# Monthly dependency updates
460460
schedule:
@@ -626,7 +626,7 @@ updates:
626626
update-types: [ "version-update:semver-major" ]
627627
# Also automatically update all our GitHub actions on the dspace-7_x branch
628628
- package-ecosystem: "github-actions"
629-
directories: "/"
629+
directory: "/"
630630
target-branch: dspace-7_x
631631
# Monthly dependency updates
632632
schedule:

0 commit comments

Comments
 (0)