rename to forgejo
This commit is contained in:
parent
c8d20e8332
commit
be0079fc81
1 changed files with 0 additions and 0 deletions
27
.forgejo/workflows/renovate.yml
Normal file
27
.forgejo/workflows/renovate.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
name: renovate
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
schedule:
|
||||
# Saturday 4 am
|
||||
- cron: "0 4 * * 6"
|
||||
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: docker
|
||||
container: ghcr.io/renovatebot/renovate:37.165.7@sha256:3b8fa1ae39a0451d08bc9749955aa93837f423c2eb8e07dcd0a8b450fcba9b24
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: https://github.com/actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # 4.0.0
|
||||
|
||||
- name: Renovate
|
||||
run: renovate
|
||||
env:
|
||||
LOG_LEVEL: "debug"
|
||||
RENOVATE_CONFIG_FILE: "${{ github.workspace }}/renovate.json"
|
||||
RENOVATE_ENDPOINT: https://git.keine.cloud/api/v1
|
||||
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
|
||||
RENOVATE_REPOSITORIES: ${{ format('["{0}"]', github.repository) }}
|
||||
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue