-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
In addition to a dependabot configuration file, Gradle files were modified so that the dependency-management plugin version is now managed by Boot and not specified explicitly.
- Loading branch information
Robert McNees
committed
Jul 23, 2024
1 parent
a3444de
commit c82d997
Showing
4 changed files
with
36 additions
and
38 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 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.