Skip to content

Commit

Permalink
Update renovate.json5 (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
beeequeue authored Jul 26, 2024
1 parent 1dbb9f1 commit bf67f44
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
extends: ["config:js-app", "helpers:disableTypesNodeMajor", "schedule:earlyMondays", "group:allNonMajor"],
extends: [
"config:js-app",
"helpers:disableTypesNodeMajor",
"group:allNonMajor",
"schedule:monthly"
],
prHourlyLimit: 5,
prConcurrentLimit: 5,
branchConcurrentLimit: 5,
Expand All @@ -11,6 +16,10 @@
matchManagers: ["npm"],
automerge: true,
},
{
packagePatterns: ["lint", "!lint-staged"],
groupName: "Linting",
},
{
matchManagers: ["terraform", "terraform-version"],
groupName: "Terraform",
Expand Down

0 comments on commit bf67f44

Please sign in to comment.