Skip to content

DEVOPS-1112: Update dependabot configuration - #748

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

DEVOPS-1112: Update dependabot configuration#748
RomFloreani wants to merge 2 commits into
mainfrom
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
@github-actions github-actions Bot changed the title DEVOPS-1112 - Update dependabot configuration DEVOPS-1112: Update dependabot configuration Aug 4, 2026

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

Updates the repository’s Dependabot configuration to more frequently and more predictably manage automated dependency PRs, including adding support for updating pre-commit hooks.

Changes:

  • Switch GitHub Actions dependency update cadence from monthly to weekly.
  • Add a cooldown window (default-days: 4) to delay updates for newly released versions.
  • Add a new Dependabot entry to update pre-commit hook revisions weekly (grouped into a single update group).

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

Comment thread .github/dependabot.yml
Comment on lines 8 to +12
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
target-branch: "develop"
interval: "weekly"
cooldown:
Comment thread .github/dependabot.yml
Comment on lines +28 to +29
#ignore:
# - dependency-name: "https://github.com/pre-commit/#mirrors-mypy"
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