diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml new file mode 100644 index 0000000..61d2ba9 --- /dev/null +++ b/.github/workflows/renovate.yml @@ -0,0 +1,17 @@ +name: Renovate + +on: push +# schedule: + # Every Saturday 10:00 + #- cron: '0 10 * * 6' +jobs: + renovate: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4.1.1 + - name: Self-hosted Renovate + uses: renovatebot/github-action@v39.2.1 + with: + configurationFile: renovate.json5 + token: ${{ secrets.GITHUB_TOKEN }} diff --git a/renovate.json5 b/renovate.json5 old mode 100644 new mode 100755 index 334c103..ecf7bf5 --- a/renovate.json5 +++ b/renovate.json5 @@ -1,5 +1,4 @@ { "timezone": "Asia/Tokyo", - "dependencyDashboard": true, - "schedule": "before 8am every weekday", + "dependencyDashboard": true }