Skip to content

Commit

Permalink
Merge 9cbfc4b into f78c20d
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdchen committed Nov 26, 2023
2 parents f78c20d + 9cbfc4b commit c549d93
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deps.yaml
@@ -0,0 +1,23 @@
name: Renovate

on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop

jobs:
linters:
name: Run renovate check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Renovate Bot GitHub Action
uses: renovatebot/github-action@v39.1.3
with:
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}

0 comments on commit c549d93

Please sign in to comment.