Skip to content

CRINGE-58: Reduce Dependabot cadence to monthly. #332

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

smarnach
Copy link
Contributor

@smarnach smarnach commented Jun 5, 2025

@smarnach smarnach requested a review from a team as a code owner June 5, 2025 11:57
@leplatrem
Copy link

leplatrem commented Jun 5, 2025

Note that you can also group development dependencies or minor updates into single PRs. (dev deps are not critical, and minor are less likely to break stuff)

version: 2
updates:
- package-ecosystem: pip
  directory: "/"
  schedule:
    interval: weekly
    day: sunday
    timezone: UTC
  groups:
    production-dependency-patches:
      dependency-type: "production"
      update-types: ["patch"]
    development-dependencies:
      dependency-type: "development"
      update-types: ["major", "minor", "patch"]

@smarnach
Copy link
Contributor Author

Note that you can also group development dependencies or minor updates into single PRs. (dev deps are not critical, and minor are less likely to break stuff)

Yeah, I heard about that, but I'll look into it another time. Too much going on right now.

@smarnach smarnach added this pull request to the merge queue Jun 10, 2025
Merged via the queue into main with commit 698d929 Jun 10, 2025
1 check passed
@smarnach smarnach deleted the dependabot-chill-down branch June 10, 2025 10:15
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