Automatically update Gradle wrapper once a month
This commit is contained in:
parent
ef8f818996
commit
d2c6e33bea
|
@ -1,6 +1,8 @@
|
||||||
name: Update Gradle Wrapper
|
name: Update Gradle Wrapper
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 0 1 * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-gradle-wrapper:
|
update-gradle-wrapper:
|
||||||
|
@ -12,5 +14,4 @@ jobs:
|
||||||
uses: gradle-update/update-gradle-wrapper-action@v1
|
uses: gradle-update/update-gradle-wrapper-action@v1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GRADLE_UPDATE_PAT }}
|
repo-token: ${{ secrets.GRADLE_UPDATE_PAT }}
|
||||||
reviewers: hedgecrw
|
|
||||||
labels: automated pr
|
labels: automated pr
|
||||||
|
|
Loading…
Reference in New Issue