mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
run renovate
This commit is contained in:
parent
2b3e31dd9d
commit
625725b734
1 changed files with 15 additions and 0 deletions
15
.forgejo/workflows/renovate.yml
Normal file
15
.forgejo/workflows/renovate.yml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: Renovate
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * 5' # runs weekly on Sunday at 00:00
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: codeberg-tiny
|
||||
|
||||
steps:
|
||||
- uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||
- run: |
|
||||
nix run nixpkgs#renovate -- --platform forgejo --endpoint https://codeberg.org/api/v1 --token ${{ secrets.RENOVATE_TOKEN }} ${{ env.FORGEJO_REPOSITORY }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue