maidsafe / lru_time_cache

LRU cache settable via size or time to live
BSD 3-Clause "New" or "Revised" License
104 stars 46 forks source link

chore(cd): add continuous delivery and auto merge dependabot PRs #137

Closed S-Coyle closed 4 years ago

S-Coyle commented 4 years ago

Implement a CD process where any PR merged to master will automatically trigger a crate publish, a tag, a 'chore(release):' PR which is auto merged, and a GitHub release. This PR also adds auto merging for dependabot PRs which pass CI. This PR also adds a scheduled security audit on the repository's dependencies.