Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Update niv-managed dependencies #96

Update niv-managed dependencies

Update niv-managed dependencies #96

name: Update niv-managed dependencies
on:
workflow_dispatch:
schedule:
# run this every day at 12:00AM UTC
- cron: "0 0 1/7 * *"
jobs:
niv-updater:
name: "Create PR for niv-managed dependencies"
runs-on: ubuntu-latest
steps:
- name: niv-updater-action
uses: knl/niv-updater-action@v12
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
pull_request_base: "main"
niv_version: "master"
keep_updating: true
branch_prefix: "chore/"
labels: |
nix/dependencies