Skip to content

Commit

Permalink
Prepare for 3.3
Browse files Browse the repository at this point in the history
Closes gh-2670
  • Loading branch information
marcusdacoregio committed Dec 7, 2023
1 parent f4b6f09 commit 2877d9a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@ updates:

- package-ecosystem: "gradle"
target-branch: "main"
milestone: 154
directory: "/"
schedule:
interval: "daily"
time: "03:00"
timezone: "Etc/UTC"
labels: [ "type: dependency-upgrade" ]
registries:
- "spring-milestones"
ignore:
- dependency-name: "org.junit:junit-bom"
update-types: [ "version-update:semver-major" ]
- dependency-name: "org.mockito:mockito-bom"
update-types: [ "version-update:semver-major" ]
- dependency-name: "*"
update-types: [ "version-update:semver-major", "version-update:semver-minor" ]

- package-ecosystem: "gradle"
target-branch: "3.2.x"
milestone: 152
directory: "/"
schedule:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
version=3.2.1-SNAPSHOT
version=3.3.0-SNAPSHOT

0 comments on commit 2877d9a

Please sign in to comment.