remove workflow (wrong repo)
This commit is contained in:
parent
8bc9899b51
commit
b8f49b1753
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
|||
name: renovate
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:37.140.14
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
|
||||
|
||||
- name: Renovate
|
||||
run: renovate
|
||||
env:
|
||||
LOG_LEVEL: "debug"
|
Loading…
Add table
Reference in a new issue