Skip to content

Commit ffef10a

Browse files
authored
Merge pull request DSpace#6135 from tdonohue/dependabot_updates
Minor dependabot rule updates.
2 parents 0102c26 + 321310f commit ffef10a

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,12 +115,14 @@ updates:
115115
- "actions/*"
116116
- "github/*"
117117
ignore:
118-
# For official GitHub actions, ignore minor & patch releases because we reference these actions
118+
# For official GitHub & Docker actions, ignore minor & patch releases because we reference these actions
119119
# via a major version tag which automatically uses the latest minor/patch version (e.g. "actions/checkout@v6")
120120
- dependency-name: "actions/*"
121121
update-types: [ "version-update:semver-minor", "version-update:semver-patch"]
122122
- dependency-name: "github/*"
123123
update-types: [ "version-update:semver-minor", "version-update:semver-patch"]
124+
- dependency-name: "docker/*"
125+
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
124126
#####################
125127
## dspace-10_x branch
126128
#####################
@@ -232,12 +234,14 @@ updates:
232234
- "actions/*"
233235
- "github/*"
234236
ignore:
235-
# For official GitHub actions, ignore minor & patch releases because we reference these actions
237+
# For official GitHub & Docker actions, ignore minor & patch releases because we reference these actions
236238
# via a major version tag which automatically uses the latest minor/patch version (e.g. "actions/checkout@v6")
237239
- dependency-name: "actions/*"
238240
update-types: [ "version-update:semver-minor", "version-update:semver-patch"]
239241
- dependency-name: "github/*"
240242
update-types: [ "version-update:semver-minor", "version-update:semver-patch"]
243+
- dependency-name: "docker/*"
244+
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
241245
#####################
242246
## dspace-9_x branch
243247
#####################
@@ -349,12 +353,14 @@ updates:
349353
- "actions/*"
350354
- "github/*"
351355
ignore:
352-
# For official GitHub actions, ignore minor & patch releases because we reference these actions
356+
# For official GitHub & Docker actions, ignore minor & patch releases because we reference these actions
353357
# via a major version tag which automatically uses the latest minor/patch version (e.g. "actions/checkout@v6")
354358
- dependency-name: "actions/*"
355359
update-types: [ "version-update:semver-minor", "version-update:semver-patch"]
356360
- dependency-name: "github/*"
357361
update-types: [ "version-update:semver-minor", "version-update:semver-patch"]
362+
- dependency-name: "docker/*"
363+
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]
358364
#####################
359365
## dspace-8_x branch
360366
#####################
@@ -468,9 +474,11 @@ updates:
468474
- "actions/*"
469475
- "github/*"
470476
ignore:
471-
# For official GitHub actions, ignore minor & patch releases because we reference these actions
477+
# For official GitHub & Docker actions, ignore minor & patch releases because we reference these actions
472478
# via a major version tag which automatically uses the latest minor/patch version (e.g. "actions/checkout@v6")
473479
- dependency-name: "actions/*"
474480
update-types: [ "version-update:semver-minor", "version-update:semver-patch"]
475481
- dependency-name: "github/*"
476482
update-types: [ "version-update:semver-minor", "version-update:semver-patch"]
483+
- dependency-name: "docker/*"
484+
update-types: [ "version-update:semver-minor", "version-update:semver-patch" ]

0 commit comments

Comments
 (0)