clojure-dependency-update-action icon indicating copy to clipboard operation
clojure-dependency-update-action copied to clipboard

[MAINTENANCE ONLY]: A simple GitHub Actions job to create Pull Requests for outdated dependencies in clojure projects

Results 6 clojure-dependency-update-action issues
Sort by recently updated
recently updated
newest added

# Bug Report ## Describe the Bug I get an empty `$UPGRADES` value when running the v4 action. This causes the action to fail with a red herring `gh pr...

# Feature Request ## Problem Statement This action has quickly accreted complexity from it's initial implementation, and is hard to test and verify in it's current state. To improve argument...

# Feature Request ## Problem Statement When working with lots of PRs it's helpful to filter by tags. Dependabot adds a tag `dependencies` to all PRs it creates. This allows...

# Bug Report ## Describe the Bug Two weeks ago it start to runing this error: ![image](https://github.com/nnichols/clojure-dependency-update-action/assets/17049832/d63b0fde-002e-4c10-9554-bf591e32b38d) ### User Information ```yml name: Batch Dependency Update on: workflow_dispatch: schedule: - cron:...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/nnichols/clojure-dependency-update-action). ## Config Migration Needed - [ ]...

# Bug Report ## Describe the Bug When I specify the `branch` action parameter, I get an error `error: pathspec 'main' did not match any file(s) known to git` ###...