Skip to content

Commit

Permalink
.github: switch to using renovate batched update prs
Browse files Browse the repository at this point in the history
This is a suggestion to improve dependency upgrade PRs for bubbletea.

The provided renovate.json configuration batches updates into a single PR that
the bot keeps up to date with the latest versions of deps.

This helps to prevent pull request spam from dependabot + PR fatigue.

Signed-off-by: Christian Stewart <christian@aperture.us>
  • Loading branch information
paralin authored and meowgorithm committed Apr 17, 2024
1 parent 1c6e74d commit 232d24c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/renovate.json
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":semanticPrefixFixDepsChoreOthers",
":ignoreModulesAndTests",
"group:all",
"workarounds:all"
],
"branchConcurrentLimit": 0,
"packageRules": [{
"matchManagers": ["gomod"],
"matchDepTypes": ["replace"],
"enabled": false
}]
}

0 comments on commit 232d24c

Please sign in to comment.