Skip to content

Set Dependabot update cadence to monthly - #31

Merged
fischeti merged 1 commit into
mainfrom
copilot/change-dependabot-cadence-monthly
Jul 16, 2026
Merged

Set Dependabot update cadence to monthly#31
fischeti merged 1 commit into
mainfrom
copilot/change-dependabot-cadence-monthly

Conversation

Copilot AI commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Dependabot was configured to check dependencies weekly; this updates the cadence to monthly to match the requested maintenance rhythm. The change applies consistently across both dependency ecosystems configured in this repository.

  • Scope

    • Updated .github/dependabot.yml schedules for:
      • uv dependencies
      • github-actions dependencies
  • Configuration change

    • Replaced interval: "weekly" with interval: "monthly" in both update blocks.
updates:
  - package-ecosystem: "uv"
    schedule:
      interval: "monthly"

  - package-ecosystem: "github-actions"
    schedule:
      interval: "monthly"

@fischeti
fischeti marked this pull request as ready for review July 16, 2026 10:59
@fischeti
fischeti self-requested a review as a code owner July 16, 2026 10:59
@fischeti
fischeti merged commit 9994cf5 into main Jul 16, 2026
14 checks passed
@fischeti
fischeti deleted the copilot/change-dependabot-cadence-monthly branch July 16, 2026 11:08
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