From 60b094fd804ada9e28b9fbf0ce6bd96d026fb41c Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Tue, 2 Jun 2026 13:42:31 -0500 Subject: [PATCH 1/2] Update dependabot rules to monitor dspace-10_x branch. Remove monitor of dspace-7_x branch. --- .github/dependabot.yml | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c787c38bafb..de6f59ee9b6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -108,11 +108,12 @@ updates: cooldown: default-days: 7 ##################### - ## dspace-9_x branch + ## dspace-10_x branch ##################### - package-ecosystem: "npm" directory: "/" - target-branch: dspace-9_x + target-branch: dspace-10_x + # Monthly dependency updates (NOTE: "schedule" doesn't apply to security updates) schedule: interval: "monthly" time: "05:00" @@ -124,7 +125,7 @@ updates: open-pull-requests-limit: 10 # Group together Angular package upgrades groups: - # Group together all patch version updates for Angular in a single PR + # Group together all minor/patch version updates for Angular in a single PR angular: applies-to: version-updates patterns: @@ -138,7 +139,6 @@ updates: applies-to: version-updates patterns: - "@ngrx*" - - "@ngtools/webpack" update-types: - "minor" - "patch" @@ -198,10 +198,10 @@ updates: # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates. - dependency-name: "*" update-types: ["version-update:semver-major"] - # Also automatically update all our GitHub actions on the dspace-9_x branch + # Also automatically update all our GitHub actions on the dspace-10_x branch - package-ecosystem: "github-actions" directory: "/" - target-branch: dspace-9_x + target-branch: dspace-10_x # Monthly dependency updates schedule: interval: "monthly" @@ -211,11 +211,11 @@ updates: cooldown: default-days: 7 ##################### - ## dspace-8_x branch + ## dspace-9_x branch ##################### - package-ecosystem: "npm" directory: "/" - target-branch: dspace-8_x + target-branch: dspace-9_x schedule: interval: "monthly" time: "05:00" @@ -241,6 +241,7 @@ updates: applies-to: version-updates patterns: - "@ngrx*" + - "@ngtools/webpack" update-types: - "minor" - "patch" @@ -300,10 +301,10 @@ updates: # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates. - dependency-name: "*" update-types: ["version-update:semver-major"] - # Also automatically update all our GitHub actions on the dspace-8_x branch + # Also automatically update all our GitHub actions on the dspace-9_x branch - package-ecosystem: "github-actions" directory: "/" - target-branch: dspace-8_x + target-branch: dspace-9_x # Monthly dependency updates schedule: interval: "monthly" @@ -313,11 +314,11 @@ updates: cooldown: default-days: 7 ##################### - ## dspace-7_x branch + ## dspace-8_x branch ##################### - package-ecosystem: "npm" directory: "/" - target-branch: dspace-7_x + target-branch: dspace-8_x schedule: interval: "monthly" time: "05:00" @@ -329,7 +330,7 @@ updates: open-pull-requests-limit: 10 # Group together Angular package upgrades groups: - # Group together all minor/patch version updates for Angular in a single PR + # Group together all patch version updates for Angular in a single PR angular: applies-to: version-updates patterns: @@ -384,10 +385,15 @@ updates: update-types: - "minor" - "patch" + # Group together any webpack related version updates + webpack: + applies-to: version-updates + patterns: + - "webpack*" + update-types: + - "minor" + - "patch" ignore: - # 7.x Cannot update Webpack past v5.76.1 as later versions not supported by Angular 15 - # See also https://github.com/DSpace/dspace-angular/pull/3283#issuecomment-2372488489 - - dependency-name: "webpack" # Restrict zone.js updates to patch level to avoid dependency conflicts with @angular/core - dependency-name: "zone.js" update-types: ["version-update:semver-major", "version-update:semver-minor"] @@ -397,10 +403,10 @@ updates: # Ignore all major version updates for all dependencies. We'll only automate minor/patch updates. - dependency-name: "*" update-types: ["version-update:semver-major"] - # Also automatically update all our GitHub actions on the dspace-7_x branch + # Also automatically update all our GitHub actions on the dspace-8_x branch - package-ecosystem: "github-actions" directory: "/" - target-branch: dspace-7_x + target-branch: dspace-8_x # Monthly dependency updates schedule: interval: "monthly" From d6336308d25d0c29ebe02b080d95350770c82b7b Mon Sep 17 00:00:00 2001 From: Tim Donohue Date: Tue, 2 Jun 2026 14:35:24 -0500 Subject: [PATCH 2/2] Update homepage news to now reference DSpace 11 --- .../dspace/app/home-page/home-news/home-news.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/dspace/app/home-page/home-news/home-news.component.html b/src/themes/dspace/app/home-page/home-news/home-news.component.html index c7809cfee79..393bc4556bb 100644 --- a/src/themes/dspace/app/home-page/home-news/home-news.component.html +++ b/src/themes/dspace/app/home-page/home-news/home-news.component.html @@ -12,7 +12,7 @@

DSpace Sandbox

-

This site is running unreleased code which will eventually become DSpace 10. For more information, see the DSpace 10 Release Status.

+

This site is running unreleased code which will eventually become DSpace 11. For more information, see the DSpace 11 Release Status.

DSpace is the world leading open source repository platform that enables organisations to: