Skip to content

Commit

Permalink
Merge pull request #593 from siarhei-luskanau/dependabot-config
Browse files Browse the repository at this point in the history
Added dependabot config
  • Loading branch information
nbransby authored Aug 28, 2024
2 parents aecc0b2 + a2baf53 commit 650ff89
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup_test_action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
shell: bash
run: npm update
- name: Gradle cache
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v4
- name: Grant execute permission for gradlew
shell: bash
run: chmod +x gradlew
Expand Down
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
distribution: 'zulu'
java-version: '17'
- uses: gradle/gradle-build-action@v2
- uses: gradle/actions/setup-gradle@v4
- name: Setup versions
run: ./gradlew :updateVersions
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 650ff89

Please sign in to comment.