Skip to content

Commit

Permalink
Remove 3.1.x branch from Dependabot updates
Browse files Browse the repository at this point in the history
The version `3.1.8` is the last OSS version - no updates from now on

* Also remove dependencies which we don't manage anymore
  • Loading branch information
artembilan committed Nov 18, 2024
1 parent da7da60 commit 363be06
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,57 +28,8 @@ updates:
- org.hibernate.validator:hibernate-validator
- org.apache.httpcomponents.client5:httpclient5
- org.awaitility:awaitility
- org.xerial.snappy:snappy-java
- org.lz4:lz4-java
- com.github.luben:zstd-jni

- package-ecosystem: gradle
target-branch: 3.1.x
directory: /
schedule:
interval: weekly
day: saturday
ignore:
- dependency-name: '*'
update-types:
- version-update:semver-major
- version-update:semver-minor
open-pull-requests-limit: 10
labels:
- 'type: dependency-upgrade'
groups:
development-dependencies:
update-types:
- patch
patterns:
- com.gradle.*
- com.github.spotbugs
- io.spring.*
- org.ajoberstar.grgit
- org.antora
- io.micrometer:micrometer-docs-generator
- com.willowtreeapps.assertk:assertk-jvm
- org.hibernate.validator:hibernate-validator
- org.apache.httpcomponents.client5:httpclient5
- org.awaitility:awaitility
- org.xerial.snappy:snappy-java
- org.lz4:lz4-java
- com.github.luben:zstd-jni

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: saturday
labels:
- 'type: task'
groups:
development-dependencies:
patterns:
- '*'

- package-ecosystem: github-actions
target-branch: 3.1.x
directory: /
schedule:
interval: weekly
Expand Down

0 comments on commit 363be06

Please sign in to comment.