Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/io.projectreactor-reactor-…
Browse files Browse the repository at this point in the history
…bom-2023.0.7
  • Loading branch information
onobc authored Jun 17, 2024
2 parents 8c8efa4 + 7318ccf commit 9bbfe8d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 4 deletions.
40 changes: 39 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2
updates:
- package-ecosystem: gradle
target-branch: main
directory: /
schedule:
interval: weekly
Expand All @@ -22,8 +23,32 @@ updates:
- com.github.spotbugs
- io.spring.*
- org.ajoberstar.grgit

- package-ecosystem: gradle
target-branch: 1.0.x
directory: /
schedule:
interval: daily
time: '20:00'
timezone: Etc/UTC
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.enterprise
- com.github.spotbugs
- io.spring.*
- org.ajoberstar.grgit
- package-ecosystem: github-actions
target-branch: main
directory: /
schedule:
interval: weekly
Expand All @@ -34,3 +59,16 @@ updates:
development-dependencies:
patterns:
- '*'
- package-ecosystem: github-actions
target-branch: 1.0.x
directory: /
schedule:
interval: daily
time: '20:00'
timezone: Etc/UTC
labels:
- 'type: task'
groups:
development-dependencies:
patterns:
- '*'
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ commons-compress = "1.26.2"
jackson = "2.17.1"
jsr305 = "3.0.2"
logback = "1.5.6"
micrometer = "1.13.0"
micrometer = "1.13.1"
micrometer-docs-gen = "1.0.2"
micrometer-tracing = "1.3.0"
micrometer-tracing = "1.3.1"
protobuf = "3.25.3"
pulsar = "3.2.3"
pulsar-reactive = "0.5.5"
reactor = "2023.0.7"
spring = "6.1.8"
spring = "6.1.9"
# tests
assertj = "3.25.3"
awaitility = "4.2.1"
Expand Down

0 comments on commit 9bbfe8d

Please sign in to comment.