Skip to content

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

Merged
smarnach merged 1 commit intomainfrom
dependabot-chill-down
Jun 10, 2025
Merged

CRINGE-58: Reduce Dependabot cadence to monthly.#332
smarnach merged 1 commit intomainfrom
dependabot-chill-down

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