Automatically update Gradle wrapper once a month

This commit is contained in:
Will Hedgecock 2021-04-14 11:12:40 -05:00
parent ef8f818996
commit d2c6e33bea
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,8 @@
name: Update Gradle Wrapper
on: [push]
on:
schedule:
- cron: "0 0 1 * *"
jobs:
update-gradle-wrapper:
@ -12,5 +14,4 @@ jobs:
uses: gradle-update/update-gradle-wrapper-action@v1
with:
repo-token: ${{ secrets.GRADLE_UPDATE_PAT }}
reviewers: hedgecrw
labels: automated pr