Skip to content

Commit

Permalink
Merge 50a55f4 into f78c20d
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdchen committed Nov 26, 2023
2 parents f78c20d + 50a55f4 commit 0599419
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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

0 comments on commit 0599419

Please sign in to comment.