-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README instructions This commit addresses several minor issues that exist in the README: - A different intro section was used that did not specify the need for Maven or Gradle, since the wrappers are being used. - The instructions on building a jar had the wrong artifact listed. Since building a jar is not required here and the testing instructions are a bit long, the jar section was removed. - Removed instructions about SpringBootApplication annotation, since this is not mentioned in the guide. - Removed links at the bottom of the page that result in a 404. - The project id was not set and the links were not rendering correctly. * Configure dependabot for project updates
- Loading branch information
1 parent
f7bf5bb
commit ec78674
Showing
4 changed files
with
49 additions
and
14 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 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