-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds dependabot configuration for keeping versions up to date. To enable this, gradle build files were also changed so that the dependency-management plugin version is now managed by Boot and not set explicitly. This commit also uses a common GitHub Action and removes files used for Jenkins builds that are no longer operational.
- Loading branch information
Robert McNees
committed
Jul 23, 2024
1 parent
cf11fd5
commit 513068f
Showing
6 changed files
with
38 additions
and
67 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,4 @@ README.html | |
/complete/.idea | ||
/initial/*.iml | ||
/complete/*.iml | ||
*.idea |
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.