Skip to content

Commit ffa70b8

Browse files
authored
Merge pull request #5770 from tdonohue/updates_for_10x_branch
[GitHub Actions] Update dependabot to monitor dspace-10_x
2 parents b5b1451 + d633630 commit ffa70b8

2 files changed

Lines changed: 25 additions & 19 deletions

File tree

.github/dependabot.yml

Lines changed: 24 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,12 @@ updates:
108108
cooldown:
109109
default-days: 7
110110
#####################
111-
## dspace-9_x branch
111+
## dspace-10_x branch
112112
#####################
113113
- package-ecosystem: "npm"
114114
directory: "/"
115-
target-branch: dspace-9_x
115+
target-branch: dspace-10_x
116+
# Monthly dependency updates (NOTE: "schedule" doesn't apply to security updates)
116117
schedule:
117118
interval: "monthly"
118119
time: "05:00"
@@ -124,7 +125,7 @@ updates:
124125
open-pull-requests-limit: 10
125126
# Group together Angular package upgrades
126127
groups:
127-
# Group together all patch version updates for Angular in a single PR
128+
# Group together all minor/patch version updates for Angular in a single PR
128129
angular:
129130
applies-to: version-updates
130131
patterns:
@@ -138,7 +139,6 @@ updates:
138139
applies-to: version-updates
139140
patterns:
140141
- "@ngrx*"
141-
- "@ngtools/webpack"
142142
update-types:
143143
- "minor"
144144
- "patch"
@@ -198,10 +198,10 @@ updates:
198198
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
199199
- dependency-name: "*"
200200
update-types: ["version-update:semver-major"]
201-
# Also automatically update all our GitHub actions on the dspace-9_x branch
201+
# Also automatically update all our GitHub actions on the dspace-10_x branch
202202
- package-ecosystem: "github-actions"
203203
directory: "/"
204-
target-branch: dspace-9_x
204+
target-branch: dspace-10_x
205205
# Monthly dependency updates
206206
schedule:
207207
interval: "monthly"
@@ -211,11 +211,11 @@ updates:
211211
cooldown:
212212
default-days: 7
213213
#####################
214-
## dspace-8_x branch
214+
## dspace-9_x branch
215215
#####################
216216
- package-ecosystem: "npm"
217217
directory: "/"
218-
target-branch: dspace-8_x
218+
target-branch: dspace-9_x
219219
schedule:
220220
interval: "monthly"
221221
time: "05:00"
@@ -241,6 +241,7 @@ updates:
241241
applies-to: version-updates
242242
patterns:
243243
- "@ngrx*"
244+
- "@ngtools/webpack"
244245
update-types:
245246
- "minor"
246247
- "patch"
@@ -300,10 +301,10 @@ updates:
300301
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
301302
- dependency-name: "*"
302303
update-types: ["version-update:semver-major"]
303-
# Also automatically update all our GitHub actions on the dspace-8_x branch
304+
# Also automatically update all our GitHub actions on the dspace-9_x branch
304305
- package-ecosystem: "github-actions"
305306
directory: "/"
306-
target-branch: dspace-8_x
307+
target-branch: dspace-9_x
307308
# Monthly dependency updates
308309
schedule:
309310
interval: "monthly"
@@ -313,11 +314,11 @@ updates:
313314
cooldown:
314315
default-days: 7
315316
#####################
316-
## dspace-7_x branch
317+
## dspace-8_x branch
317318
#####################
318319
- package-ecosystem: "npm"
319320
directory: "/"
320-
target-branch: dspace-7_x
321+
target-branch: dspace-8_x
321322
schedule:
322323
interval: "monthly"
323324
time: "05:00"
@@ -329,7 +330,7 @@ updates:
329330
open-pull-requests-limit: 10
330331
# Group together Angular package upgrades
331332
groups:
332-
# Group together all minor/patch version updates for Angular in a single PR
333+
# Group together all patch version updates for Angular in a single PR
333334
angular:
334335
applies-to: version-updates
335336
patterns:
@@ -384,10 +385,15 @@ updates:
384385
update-types:
385386
- "minor"
386387
- "patch"
388+
# Group together any webpack related version updates
389+
webpack:
390+
applies-to: version-updates
391+
patterns:
392+
- "webpack*"
393+
update-types:
394+
- "minor"
395+
- "patch"
387396
ignore:
388-
# 7.x Cannot update Webpack past v5.76.1 as later versions not supported by Angular 15
389-
# See also https://github.com/DSpace/dspace-angular/pull/3283#issuecomment-2372488489
390-
- dependency-name: "webpack"
391397
# Restrict zone.js updates to patch level to avoid dependency conflicts with @angular/core
392398
- dependency-name: "zone.js"
393399
update-types: ["version-update:semver-major", "version-update:semver-minor"]
@@ -397,10 +403,10 @@ updates:
397403
# Ignore all major version updates for all dependencies. We'll only automate minor/patch updates.
398404
- dependency-name: "*"
399405
update-types: ["version-update:semver-major"]
400-
# Also automatically update all our GitHub actions on the dspace-7_x branch
406+
# Also automatically update all our GitHub actions on the dspace-8_x branch
401407
- package-ecosystem: "github-actions"
402408
directory: "/"
403-
target-branch: dspace-7_x
409+
target-branch: dspace-8_x
404410
# Monthly dependency updates
405411
schedule:
406412
interval: "monthly"

src/themes/dspace/app/home-page/home-news/home-news.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="d-flex flex-wrap">
1313
<div>
1414
<h1 class="display-2">DSpace Sandbox</h1>
15-
<p><i class="fas fa-circle-info"></i> This site is running unreleased code which will eventually become DSpace 10. For more information, see the <a href="https://wiki.lyrasis.org/display/DSPACE/DSpace+Release+10.0+Status" role="link" tabindex="0">DSpace 10 Release Status</a>.</p>
15+
<p><i class="fas fa-circle-info"></i> This site is running unreleased code which will eventually become DSpace 11. For more information, see the <a href="https://wiki.lyrasis.org/display/DSPACE/DSpace+Release+11.0+Status" role="link" tabindex="0">DSpace 11 Release Status</a>.</p>
1616
<p class="lead">DSpace is the world leading open source repository platform that enables
1717
organisations to:</p>
1818
</div>

0 commit comments

Comments
 (0)