documentation
documentation copied to clipboard
Figure out what to do with Dependabot
Due to now testing all notebooks when requirements.txt change (https://github.com/Qiskit/documentation/pull/1831), dependabot now fails. That's because it cannot access the GitHub Actions Secret due to GitHub's security defaults. See https://github.com/Qiskit/documentation/pull/1839 for an example failure.
We have two options:
- Stop using Dependabot and manually update the versions when new releases happen.
- Ask the security team if we can give Dependabot access to the secret.
Update: we agree to get rid of Dependabot for Python requirements. TODOs:
- Set up Dependabot for JavaScript dependencies
- Document the process for new API releases (gen docs, update search index, update testing requirement version)