Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trimming for long-term storage #967

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Trimming for long-term storage #967

wants to merge 1 commit into from

Conversation

therealryan
Copy link
Collaborator

@therealryan therealryan commented Oct 16, 2024

This project has a few wee bits that need tiny amounts of regular attention:

  • Dependabot will create a bunch of PRs to update dependencies every Monday morning - these need to be manually reviewed and approved/rejected as appropriate
  • We use an instance of bowlby to avoid dealing with build artifact zips, but that instance runs on external infrastructure with perishable components (SSL certs, API access token, the VM)

This PR preps the project for periods of low maintenance capacity by:

  • Deleting the dependabot config. Our dependencies will go stale, but that's better than having really boring PRs stacking up.
  • Dropping usage of the bowlby instance. We're then stuck downloading zips like savages, but that's better than having dead links.

#968 is the other half of this, and should be merged at the same time.

Copy link

sonarcloud bot commented Oct 16, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant