@@ -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