Skip to content

Commit

Permalink
Remove lein-ancient plugin and periodic CI job
Browse files Browse the repository at this point in the history
This seems less valuable now that we have Renovate to bump
dependencies for us.
  • Loading branch information
stig committed Mar 19, 2024
1 parent 2e54775 commit 7162e34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
26 changes: 0 additions & 26 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,6 @@ jobs:
paths:
- "~/.m2"

ancient:
<<: *defaults
steps:
- checkout

- restore_cache:
keys:
- v1-m2-{{ .Branch }}-{{ checksum "project.clj" }}

- run: lein ancient :all

- save_cache:
key: v1-m2-{{ .Branch }}-{{ checksum "project.clj" }}
paths:
- "~/.m2"

workflows:
version: 2
build_and_test:
Expand All @@ -81,13 +65,3 @@ workflows:
- test:
requires:
- build
monthly_deps_check:
jobs:
- ancient
triggers:
- schedule:
# At 11:43 on day-of-month 19
cron: "43 11 19 * *"
filters:
branches:
only: master
3 changes: 1 addition & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
[com.squareup.okio/okio-jvm "3.4.0"]
[com.segment.analytics.java/analytics "3.5.0"]]
:profiles {:dev {:dependencies [[bond "0.2.6"]]}}
:plugins [[lein-ancient "0.6.15"]
[lein-codox "0.10.8"]]
:plugins [[lein-codox "0.10.8"]]
:codox {:output-path "docs"
:namespaces [circleci.analytics-clj.core]})

0 comments on commit 7162e34

Please sign in to comment.