18.0.9
Description
Abstract
This PR add dependabot for checking outdated GitHub Actions Workflow, Python packages.
Background
- Outdated workflow (like
actions/checkout@v1) may cause CI stopped. - Outdated Python packages will cause error on documentation.
However, checking such deprecation information by hand is difficult.
Details
Dependabot will check outdated things weekly and create PR automatically.
Known Limitations
Docker image would not be checked, because ROS version heavily depends on Docker image.