Skip to content

18.0.9

Choose a tag to compare

@github-actions github-actions released this 23 Oct 06:41

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.

Related Issues