mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
.github/dependabot.yml: add tika group
Add a group to bump Tika, bouncycastle, and asm together, since we should theoretically be keeping these in sync. Tika itself tracks the versions used by PDFBox. See: https://github.com/apache/tika/blob/2.9.4/tika-parent/pom.xml#L318-L321
This commit is contained in:
44
.github/dependabot.yml
vendored
44
.github/dependabot.yml
vendored
@@ -105,6 +105,17 @@ updates:
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
# Group Tika, bouncycastle, and asm because they are tightly integrated
|
||||
# and we theoretically want to keep them in sync.
|
||||
tika:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "org.apache.tika:*:*"
|
||||
- "org.bouncycastle:*:*"
|
||||
- "org.ow2.asm:*:*"
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
ignore:
|
||||
# Don't try to auto-update any DSpace dependencies
|
||||
- dependency-name: "org.dspace:*"
|
||||
@@ -212,6 +223,17 @@ updates:
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
# Group Tika, bouncycastle, and asm because they are tightly integrated
|
||||
# and we theoretically want to keep them in sync.
|
||||
tika:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "org.apache.tika:*:*"
|
||||
- "org.bouncycastle:*:*"
|
||||
- "org.ow2.asm:*:*"
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
ignore:
|
||||
# Don't try to auto-update any DSpace dependencies
|
||||
- dependency-name: "org.dspace:*"
|
||||
@@ -319,6 +341,17 @@ updates:
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
# Group Tika, bouncycastle, and asm because they are tightly integrated
|
||||
# and we theoretically want to keep them in sync.
|
||||
tika:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "org.apache.tika:*:*"
|
||||
- "org.bouncycastle:*:*"
|
||||
- "org.ow2.asm:*:*"
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
ignore:
|
||||
# Don't try to auto-update any DSpace dependencies
|
||||
- dependency-name: "org.dspace:*"
|
||||
@@ -438,6 +471,17 @@ updates:
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
# Group Tika, bouncycastle, and asm because they are tightly integrated
|
||||
# and we theoretically want to keep them in sync.
|
||||
tika:
|
||||
applies-to: version-updates
|
||||
patterns:
|
||||
- "org.apache.tika:*:*"
|
||||
- "org.bouncycastle:*:*"
|
||||
- "org.ow2.asm:*:*"
|
||||
update-types:
|
||||
- "minor"
|
||||
- "patch"
|
||||
ignore:
|
||||
# Don't try to auto-update any DSpace dependencies
|
||||
- dependency-name: "org.dspace:*"
|
||||
|
Reference in New Issue
Block a user