This repository has been archived by the owner on Nov 12, 2023. It is now read-only.
Batch Dependency Update #36
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Batch Dependency Update | |
on: | |
schedule: | |
- cron: '0 7 * * 1' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Latest Commit | |
uses: actions/[email protected] | |
- name: Check deps | |
uses: nnichols/clojure-dependency-update-action@v4 | |
with: | |
github-token: ${{ secrets.github_token }} | |
skips: "pom boot leiningen" | |
batch: true | |
branch: "main" |