Skip to content

Commit

Permalink
add dependabot yml with target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yaminidhamija committed Apr 15, 2024
1 parent 1501e19 commit 4c6ebbf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 30 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
target-branch: ${{ secrets.BRANCH }}
schedule:
interval: "daily"
30 changes: 0 additions & 30 deletions .github/workflows/dependabot.yml

This file was deleted.

5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<java.version>11</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
</dependency>
<!-- newly added dependencies-->
<dependency>
<groupId>javax.validation</groupId>
Expand Down

0 comments on commit 4c6ebbf

Please sign in to comment.