diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..488e027
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,80 @@
+# To get started with Dependabot version updates, you'll need to specify which
+# package ecosystems to update and where the package manifests are located.
+# Please see the documentation for all configuration options:
+# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
+
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ target-branch: "main"
+ schedule:
+ interval: "weekly"
+ - package-ecosystem: maven
+ directory: /
+ schedule:
+ interval: daily
+ target-branch: main
+ #ignore:
+ # only upgrade by minor or patch
+ #- dependency-name: "*"
+ # update-types:
+ # - version-update:semver-major
+ - package-ecosystem: maven
+ directory: /
+ schedule:
+ interval: daily
+ target-branch: 4.3.x
+ ignore:
+ # only upgrade by minor or patch
+ - dependency-name: "*"
+ update-types:
+ - version-update:semver-major
+ - version-update:semver-minor
+ - package-ecosystem: maven
+ directory: /
+ schedule:
+ interval: daily
+ target-branch: 4.2.x
+ ignore:
+ # only upgrade by minor or patch
+ - dependency-name: "*"
+ update-types:
+ - version-update:semver-major
+ - version-update:semver-minor
+ - package-ecosystem: maven
+ directory: /
+ schedule:
+ interval: daily
+ target-branch: 4.1.x
+ ignore:
+ # only upgrade by minor or patch
+ - dependency-name: "*"
+ update-types:
+ - version-update:semver-major
+ - version-update:semver-minor
+ - package-ecosystem: npm
+ target-branch: docs-build
+ directory: /
+ schedule:
+ interval: weekly
+ - package-ecosystem: npm
+ target-branch: main
+ directory: /docs
+ schedule:
+ interval: weekly
+ - package-ecosystem: npm
+ target-branch: 4.2.x
+ directory: /docs
+ schedule:
+ interval: weekly
+ - package-ecosystem: npm
+ target-branch: 4.2.x
+ directory: /docs
+ schedule:
+ interval: weekly
+ - package-ecosystem: npm
+ target-branch: 4.1.x
+ directory: /docs
+ schedule:
+ interval: weekly
diff --git a/docs/pom.xml b/docs/pom.xml
index f7279eb..0f9ae3c 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -8,7 +8,7 @@
org.springframework.cloud
spring-cloud-bus-parent
- 4.3.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
jar
Spring Cloud Bus Docs
diff --git a/pom.xml b/pom.xml
index 8ffc930..e4f083a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
spring-cloud-bus-parent
- 4.3.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
pom
spring-cloud-bus-parent
@@ -14,7 +14,7 @@
org.springframework.cloud
spring-cloud-build
- 4.3.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
@@ -30,7 +30,7 @@
- 4.3.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
4.3.1-SNAPSHOT
4.3.1-SNAPSHOT
bus
diff --git a/spring-cloud-bus-dependencies/pom.xml b/spring-cloud-bus-dependencies/pom.xml
index b029309..fac40c1 100644
--- a/spring-cloud-bus-dependencies/pom.xml
+++ b/spring-cloud-bus-dependencies/pom.xml
@@ -6,11 +6,11 @@
spring-cloud-dependencies-parent
org.springframework.cloud
- 4.3.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
spring-cloud-bus-dependencies
- 4.3.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
pom
spring-cloud-bus-dependencies
Spring Cloud Bus Dependencies
diff --git a/spring-cloud-bus-rsocket/pom.xml b/spring-cloud-bus-rsocket/pom.xml
index 77e72fc..02f298c 100644
--- a/spring-cloud-bus-rsocket/pom.xml
+++ b/spring-cloud-bus-rsocket/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-bus-parent
- 4.3.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
..
diff --git a/spring-cloud-bus-tests/pom.xml b/spring-cloud-bus-tests/pom.xml
index 24fe6b0..f79e38c 100644
--- a/spring-cloud-bus-tests/pom.xml
+++ b/spring-cloud-bus-tests/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-bus-parent
- 4.3.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
..
diff --git a/spring-cloud-bus/pom.xml b/spring-cloud-bus/pom.xml
index 28cab05..e927b12 100644
--- a/spring-cloud-bus/pom.xml
+++ b/spring-cloud-bus/pom.xml
@@ -13,7 +13,7 @@
org.springframework.cloud
spring-cloud-bus-parent
- 4.3.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
..
diff --git a/spring-cloud-starter-bus-amqp/pom.xml b/spring-cloud-starter-bus-amqp/pom.xml
index 8272009..67f4f3f 100644
--- a/spring-cloud-starter-bus-amqp/pom.xml
+++ b/spring-cloud-starter-bus-amqp/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-bus-parent
- 4.3.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
..
spring-cloud-starter-bus-amqp
diff --git a/spring-cloud-starter-bus-kafka/pom.xml b/spring-cloud-starter-bus-kafka/pom.xml
index ba40b7d..4d3e026 100644
--- a/spring-cloud-starter-bus-kafka/pom.xml
+++ b/spring-cloud-starter-bus-kafka/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-bus-parent
- 4.3.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
..
spring-cloud-starter-bus-kafka
diff --git a/spring-cloud-starter-bus-stream/pom.xml b/spring-cloud-starter-bus-stream/pom.xml
index 72c0248..e435517 100644
--- a/spring-cloud-starter-bus-stream/pom.xml
+++ b/spring-cloud-starter-bus-stream/pom.xml
@@ -6,7 +6,7 @@
org.springframework.cloud
spring-cloud-bus-parent
- 4.3.1-SNAPSHOT
+ 5.0.0-SNAPSHOT
..
spring-cloud-starter-bus-stream