-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
To enable dependabot confgiuration, the dependency-management plugin is now being managed by Boot. Additionally, the Spring Cloud version number is set using = instead of set method so dependabot can recognize the version.
- Loading branch information
Robert McNees
committed
Jul 23, 2024
1 parent
85b010b
commit fbf920e
Showing
6 changed files
with
39 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
version: 2 | ||
updates: | ||
|
||
- package-ecosystem: "maven" | ||
directories: | ||
- "/initial" | ||
- "/complete" | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-patch"] | ||
schedule: | ||
interval: "monthly" | ||
target-branch: "main" | ||
groups: | ||
guide-dependencies-maven: | ||
patterns: | ||
- "*" | ||
|
||
- package-ecosystem: "gradle" | ||
directories: | ||
- "/initial" | ||
- "/complete" | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-patch"] | ||
schedule: | ||
interval: "monthly" | ||
target-branch: "main" | ||
groups: | ||
guide-dependencies-gradle: | ||
patterns: | ||
- "*" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.