mirror of
https://github.com/prymitive/karma
synced 2026-05-19 04:26:41 +00:00
chore(ci): use renovate
This commit is contained in:
committed by
Łukasz Mierzwa
parent
3f552cc406
commit
809d9f0b47
20
.github/workflows/renovate.yml
vendored
Normal file
20
.github/workflows/renovate.yml
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
name: Renovate
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 12 * * 1"
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
name: Renovate
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v6
|
||||
|
||||
- name: Run Renovate
|
||||
uses: renovatebot/github-action@v42.0.2
|
||||
with:
|
||||
configurationFile: renovate.json
|
||||
token: ${{ secrets.GH_REPO_TOKEN }}
|
||||
Reference in New Issue
Block a user