Skip to content

Commit

Permalink
chore: disable renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
ctison committed Dec 1, 2023
1 parent aaf3c9f commit f67e5af
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/renovate.yaml
@@ -1,23 +1,23 @@
name: Renovate
# name: Renovate

on:
push:
branches:
- main
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
# on:
# push:
# branches:
# - main
# schedule:
# - cron: '0 6 * * *'
# workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
# concurrency:
# group: ${{ github.workflow }}-${{ github.ref }}
# cancel-in-progress: true

jobs:
renovate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: renovatebot/github-action@v39.1.0
with:
configurationFile: .github/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
# jobs:
# renovate:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - uses: renovatebot/github-action@v39.1.0
# with:
# configurationFile: .github/renovate.json
# token: ${{ secrets.RENOVATE_TOKEN }}

0 comments on commit f67e5af

Please sign in to comment.