Skip to content

DEVOPS-1112: Update dependabot configuration - #136

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

DEVOPS-1112: Update dependabot configuration#136
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:55

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 adjust how dependency updates are generated and grouped, including adding support for pre-commit hook updates.

Changes:

  • Removed the explicit target-branch: "develop" from the GitHub Actions updates configuration.
  • Added a new Dependabot updates entry for the pre-commit ecosystem (weekly cadence) with grouped updates.
Suppressed comments (1)

.github/dependabot.yml:25

  • The new pre-commit Dependabot updates entry doesn’t specify a target-branch. If you want these update PRs to follow the same branch targeting as other Dependabot PRs previously did (e.g., develop), consider setting it explicitly here as well to avoid PRs landing on an unexpected default branch.
  - package-ecosystem: "pre-commit"
    directory: "/"
    schedule:
      interval: "weekly"

💡 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"
@github-actions github-actions Bot changed the title DEVOPS-1112 - Update dependabot configuration DEVOPS-1112: Update dependabot configuration Aug 4, 2026
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