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 committed May 26, 2023
1 parent c267762 commit 7f8496a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 38 deletions.
38 changes: 0 additions & 38 deletions .github/dependabot.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -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 7f8496a

Please sign in to comment.