Skip to content

Commit

Permalink
Merge pull request #3 from ewjoachim/renovate_config
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored Apr 1, 2024
2 parents 150519c + 8f7ec45 commit a03f690
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
extends: ["config:recommended", ":enablePreCommit"],
labels: ["PR type: dependencies 🤖"],
lockFileMaintenance: {
enabled: true,
automerge: true,
},
packageRules: [
{
groupName: "all dependencies",
groupSlug: "all",
matchPackagePatterns: ["*"],
},
],
extends: ["config:recommended", ":enablePreCommit"],
schedule: ["before 4am on Saturday"],
labels: ["PR type: dependencies 🤖"],
lockFileMaintenance: {
enabled: true,
automerge: true,
},
packageRules: [
{
groupName: "all dependencies",
groupSlug: "all",
matchPackagePatterns: ["*"],
},
],
automerge: true,
}

0 comments on commit a03f690

Please sign in to comment.