Skip to content

GitHub: add Dependabot configuration - #1645

Open
chernojagne wants to merge 1 commit into
atlassian-api:masterfrom
autar-pr:add-dependabot-f0b4fcf1
Open

GitHub: add Dependabot configuration#1645
chernojagne wants to merge 1 commit into
atlassian-api:masterfrom
autar-pr:add-dependabot-f0b4fcf1

Conversation

@chernojagne

Copy link
Copy Markdown

What

Adds .github/dependabot.yml to enable automated dependency update PRs for
two ecosystems detected in this repo:

  • pip — Python dependencies (requirements.txt, setup.py, pyproject.toml)
  • github-actions — workflow action pins (.github/workflows/)

Configuration choices:

  • Weekly update schedule (good balance between staying current and reducing PR noise)
  • Updates grouped per ecosystem into a single PR (reduces total PR count)

Why

The repo has no existing Dependabot or Renovate configuration, so dependencies
are only updated manually. Enabling Dependabot means security patches and new
releases surface automatically as reviewable PRs, without any ongoing manual
tracking.

This change was generated by Autar and reviewed by a
human before submission.

Weekly dependency updates for pip and github-actions ecosystems,
grouped per ecosystem to reduce PR noise.
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.

1 participant