Skip to content

Commit

Permalink
Merge pull request #15 from halkyonio/update-jobs-and-dependabot
Browse files Browse the repository at this point in the history
Use java 17 in build job and add dependabot.yml
  • Loading branch information
aureamunoz authored Feb 12, 2024
2 parents 301dbaa + 09ade71 commit 11b1110
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
# Main branch
- package-ecosystem: maven
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull Request Build
name: Fruits App CI with Maven

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
name: checkout

- uses: actions/setup-java@v2
name: set up jdk
name: set up jdk 17
with:
distribution: temurin
java-version: 11
java-version: 17
cache: maven

- name: build with maven
Expand Down

0 comments on commit 11b1110

Please sign in to comment.