Skip to content

Commit

Permalink
Update CI, add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Feb 29, 2024
1 parent edcc9b3 commit 1e84b54
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2
enable-beta-ecosystems: true

updates:
- package-ecosystem: "gradle"
directory: "/"

schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"

schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-java@v1

with:
java-version: 1.16
java-version: 1.17

- name: Gradle (Build)
uses: gradle/gradle-build-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v1

with:
java-version: 1.16
java-version: 1.17

- name: Gradle (Build)
uses: gradle/gradle-build-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v1

with:
java-version: 1.16
java-version: 1.17

- name: Gradle (Build)
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit 1e84b54

Please sign in to comment.