Skip to content

Commit

Permalink
Added dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
siarhei-luskanau committed Aug 27, 2024
1 parent 0b0cee3 commit a2baf53
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 a2baf53

Please sign in to comment.