Skip to content

chore: consolidate dependency automation on Renovate with grouped PRs - #52

Merged
bakerboy448 merged 1 commit into
Notifiarr:mainfrom
bakerboy448:chore/consolidate-renovate
Jul 3, 2026
Merged

chore: consolidate dependency automation on Renovate with grouped PRs#52
bakerboy448 merged 1 commit into
Notifiarr:mainfrom
bakerboy448:chore/consolidate-renovate

Conversation

@bakerboy448

Copy link
Copy Markdown
Collaborator

#39 added a Dependabot config while Renovate was already active (it opened #40/#41), so both bots now open PRs for the same ecosystems (github-actions + pip) — duplicate, competing updates.

This consolidates on Renovate:

  • Removes .github/dependabot.yml.
  • Groups Renovate updates by manager via packageRules — one PR for github actions, one for python deps — instead of one PR per dependency.

config:recommended is retained. Majors still surface within their group; split them out later with group:allNonMajor if you prefer separate major PRs.

PR Notifiarr#39 added a Dependabot config alongside the existing Renovate setup, so
both bots were opening PRs for the same github-actions and pip ecosystems.
Remove .github/dependabot.yml and group Renovate updates by manager (one PR
for github actions, one for python deps) so updates arrive batched instead of
one PR per dependency.
@bakerboy448
bakerboy448 merged commit db21324 into Notifiarr:main Jul 3, 2026
2 checks passed
@bakerboy448
bakerboy448 deleted the chore/consolidate-renovate branch July 3, 2026 01:56
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