-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve the way to copy postgres library (#54)
* mention Dockerfile in the guide * improve to copy the postgres library * simpify the instructions * update the start pom.xml * use maven latest image * use maven latest image * use maven latest image * improve the test script * fix typo * Update Dockerfile * Update pom.xml * Update pom.xml * Update Dockerfile * Update Dockerfile * Update dependabot.yml * Update add-pr-to-project.yml * downgrading LMP to 3.10 to avoid devc issue --------- Co-authored-by: Morgan Chang <[email protected]> Co-authored-by: Ruilin Ma <[email protected]>
- Loading branch information
1 parent
8500333
commit ee67cc4
Showing
9 changed files
with
60 additions
and
97 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 |
---|---|---|
@@ -1,7 +1,12 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: maven | ||
directory: "/" | ||
directory: "/finish" | ||
schedule: | ||
interval: monthly | ||
open-pull-requests-limit: 50 | ||
- package-ecosystem: maven | ||
directory: "/start" | ||
schedule: | ||
interval: monthly | ||
open-pull-requests-limit: 50 |
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 |
---|---|---|
|
@@ -3,7 +3,6 @@ name: Add PRs to Dependabot PRs dashboard | |
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- labeled | ||
|
||
jobs: | ||
|
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM postgres:16.1 | ||
FROM postgres:16.2 | ||
|
||
# set env variable for password to docker | ||
ENV POSTGRES_PASSWORD adminpwd | ||
|
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