Skip to content

Conversation

Copy link

Copilot AI commented Jan 27, 2026

Adds Dependabot configuration to automate dependency updates for Python packages and GitHub Actions.

Changes

  • Added .github/dependabot.yml configuring:
    • pip ecosystem: Weekly scans of pyproject.toml for Python dependency updates (10 PR limit)
    • github-actions ecosystem: Weekly scans of workflow dependencies (5 PR limit)
    • Labels: dependencies, python, github-actions for PR categorization

Dependabot will open pull requests automatically when updates are available.

Original prompt

This section details on the original issue you should resolve

<issue_title>Setup dependabot</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: dannywillems <6018454+dannywillems@users.noreply.github.com>
Copilot AI changed the title [WIP] Add configuration for dependabot setup Setup Dependabot for automated dependency updates Jan 27, 2026
Copilot AI requested a review from dannywillems January 27, 2026 15:41
@dannywillems dannywillems marked this pull request as ready for review January 27, 2026 15:43
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.

Setup dependabot

2 participants