Skip to content

chore: remove renovatebot config in favour of dependabot - #168

Open
bomoko wants to merge 3 commits into
mainfrom
chore-remove-renovatebot
Open

bomoko wants to merge 3 commits into
mainfrom
chore-remove-renovatebot

Conversation

@bomoko

@bomoko bomoko commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

We're using both dependabot and renovate, we're removing the latter.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Removes Renovate configuration from the repository to standardize dependency update automation around a single tool (intended to be Dependabot per PR description).

Changes:

  • Deleted renovate.json, removing Renovate’s repo-level configuration (including custom regex manager settings and update options).
Comments suppressed due to low confidence (1)

renovate.json:1

  • This PR removes the Renovate configuration, but there’s no Dependabot config in the repo (no .github/dependabot.yml/.yaml, and no other dependabot references). As-is, this likely disables automated dependency update PRs entirely, which contradicts the PR description (“in favour of dependabot”). Also, there are still Renovate-only markers (e.g., # renovate: in Makefile) that will become dead metadata once Renovate is removed.

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

Copilot AI left a comment

Copy link
Copy Markdown

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 2 out of 2 changed files in this pull request and generated 1 comment.

Comment thread Makefile

Copilot AI left a comment

Copy link
Copy Markdown

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 3 out of 3 changed files in this pull request and generated 2 comments.

Comment thread Makefile
SHELL := /bin/bash

# renovate: datasource=docker depName=aquasec/trivy
TRIVY_VERSION=0.72.0
Comment thread .github/dependabot.yml
Comment on lines +1 to +16
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
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.

3 participants