Skip to content

DEVOPS-1112: Update dependabot configuration - #216

Open
RomFloreani wants to merge 2 commits into
developfrom
DEVOPS-1112
Open

DEVOPS-1112: Update dependabot configuration#216
RomFloreani wants to merge 2 commits into
developfrom
DEVOPS-1112

Conversation

@RomFloreani

@RomFloreani RomFloreani commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

DEVOPS-1112 - use dependabot for pre-commit autoupdate
Automated update of .github/dependabot.yml

Copilot AI lite review requested due to automatic review settings August 4, 2026 15:54

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

Updates the repository’s Dependabot configuration to expand automated dependency update coverage and adjust how update PRs are created.

Changes:

  • Removes the target-branch setting for the existing github-actions update configuration (Dependabot will target the repo default branch).
  • Adds a new pre-commit ecosystem entry to enable weekly updates for pre-commit hooks, grouped into a single update PR.

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

Comment thread .github/dependabot.yml
Comment on lines 8 to 11
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "develop"
schedule:
interval: "weekly"
Comment thread .github/dependabot.yml
Comment on lines +28 to +29
#ignore:
# - dependency-name: "https://github.com/pre-commit/#mirrors-mypy"
@github-actions github-actions Bot changed the title DEVOPS-1112 - Update dependabot configuration DEVOPS-1112: Update dependabot configuration Aug 4, 2026
Copilot AI review requested due to automatic review settings August 4, 2026 18:58

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

Suppressed comments (3)

.github/dependabot.yml:11

  • Removing target-branch: develop changes Dependabot behavior to target the repository default branch for GitHub Actions updates. If your workflow expects dependency PRs to land on develop (as before), re-add target-branch to avoid PRs going to the wrong branch.
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"

.pre-commit-config.yaml:11

  • This PR adds Dependabot support for pre-commit autoupdates, but pre-commit.ci autoupdates remain enabled (just less frequent). If the goal is to have Dependabot be the single source of pre-commit version bumps, keeping pre-commit.ci autoupdates can lead to duplicate/competing update PRs.
    autoupdate_schedule: quarterly

.github/dependabot.yml:25

  • The new pre-commit Dependabot updates block does not specify a target-branch. If your repo’s integration branch is develop (as implied by the existing pre-commit.ci config), consider setting target-branch: develop here as well so pre-commit update PRs follow the same branching strategy as other dependency updates.
  - package-ecosystem: "pre-commit"
    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.

2 participants