Skip to content

Commit

Permalink
Split dependabot into two groups
Browse files Browse the repository at this point in the history
This should fix the timeout issues. The two groups are equally-sized and just divided in the middle. The time is offset by one hour, since the timeout is less than that.
  • Loading branch information
dmlloyd authored and poldinik committed Apr 29, 2024
1 parent 9d7dd03 commit e28180c
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,22 @@ updates:
- dependency-name: org.wiremock:wiremock
- dependency-name: org.wiremock:wiremock-standalone
- dependency-name: uk.co.automatictester:wiremock-maven-plugin
ignore:
# Major/minor upgrades require more work and synchronization, we do them manually.
# Only use dependabot for micros (patch versions).
- dependency-name: org.hibernate.*:*
update-types: ["version-update:semver-major", "version-update:semver-minor"]
rebase-strategy: disabled
- package-ecosystem: maven
directory: "/"
schedule:
interval: daily
time: "22:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
labels:
- area/dependencies
allow:
# Picocli
- dependency-name: info.picocli:*
# Caffeine
Expand Down Expand Up @@ -212,10 +228,6 @@ updates:
update-types: ["version-update:semver-major", "version-update:semver-minor"]
- dependency-name: org.eclipse.microprofile.rest.client:microprofile-rest-client-tck
update-types: ["version-update:semver-major", "version-update:semver-minor"]
# Major/minor upgrades require more work and synchronization, we do them manually.
# Only use dependabot for micros (patch versions).
- dependency-name: org.hibernate.*:*
update-types: ["version-update:semver-major", "version-update:semver-minor"]
rebase-strategy: disabled
- package-ecosystem: gradle
directory: "/devtools/gradle"
Expand Down

0 comments on commit e28180c

Please sign in to comment.