Skip to content

Keep GitHub Actions up to date with GitHub's Dependabot - #28

Open
cclauss wants to merge 2 commits into
ARCLab-MIT:mainfrom
cclauss:patch-1
Open

Keep GitHub Actions up to date with GitHub's Dependabot#28
cclauss wants to merge 2 commits into
ARCLab-MIT:mainfrom
cclauss:patch-1

Conversation

@cclauss

@cclauss cclauss commented Dec 29, 2025

Copy link
Copy Markdown
Contributor

To see all GitHub Actions dependencies, type:
% git grep 'uses: ' .github/workflows/

What this does

Explain what this PR does. Feel free to tag your PR with the appropriate label(s).

Examples:

Title Label
Fixes #[issue] 🐛 Bug
Adds new robot adapter 🤖 Robot
Adds new dataset 🗃️ Dataset
Adds new environment 🌍 Environment
Optimizes teleop loop ⚡️ Performance
Improves documentation 📝 Docs

How it was tested

Explain or show how you tested your changes.

Examples:

  • Added test_something in tests/test_components.py.
  • Added new_feature and verified it runs with python -m beavr.teleop.main.
  • Optimized some_function, confirmed it now runs X% faster.
  • Collected data with --robot_name=xarm7 and confirmed it saves in the right format.

How to checkout & try? (for the reviewer)

Provide a simple way for the reviewer to try out your changes.

Examples:

pytest -sx tests/test_components.py::test_something

SECTION TO REMOVE BEFORE SUBMITTING YOUR PR

Note: Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR. Try to avoid tagging more than 3 people.

Note: Before submitting this PR, please read the contributing guidelines

* [Keeping your software supply chain secure with Dependabot](https://docs.github.com/en/code-security/dependabot)
* [Keeping your actions up to date with Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot)
* [Configuration options for the `dependabot.yml` file - package-ecosystem](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem)

To see all GitHub Actions dependencies, type:
% `git grep 'uses: ' .github/workflows/`
Copilot AI review requested due to automatic review settings December 29, 2025 12:35

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds Dependabot configuration to automatically keep GitHub Actions dependencies up to date. The configuration will create weekly pull requests to update actions like actions/checkout and actions/setup-python currently used in the repository's workflows.

  • Adds .github/dependabot.yml configuration file for GitHub Actions dependency management
  • Configures weekly automated update checks for all GitHub Actions
  • Groups all Actions updates into a single pull request for easier management

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/dependabot.yml Outdated
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings December 29, 2025 12:38

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/dependabot.yml
@@ -0,0 +1,13 @@
# Keep GitHub Actions up to date with GitHub's Dependabot...

Copilot AI Dec 29, 2025

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment has trailing ellipsis ("...") which appears incomplete. Consider removing the ellipsis for cleaner documentation.

Suggested change
# Keep GitHub Actions up to date with GitHub's Dependabot...
# Keep GitHub Actions up to date with GitHub's Dependabot.

Copilot uses AI. Check for mistakes.
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.

2 participants