Skip to content

Commit

Permalink
renovate: updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Sep 27, 2024
1 parent 6d85d32 commit 8300568
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

13 changes: 13 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["config:best-practices"],
packageRules: [
// Group all patch updates into a single PR, potentially set automerging on at some point
{
groupName: "all patch and minor",
matchPackageNames: ["*"],
matchUpdateTypes: ["minor", "patch", "digest"],
automerge: true,
},
],
}

0 comments on commit 8300568

Please sign in to comment.