Skip to content

Commit

Permalink
chore: stop updating pkgs by Renovate (#12533)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke authored May 25, 2023
1 parent f042aa8 commit 09b955f
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,36 +1,12 @@
{
extends: [
"config:base",
":disableDependencyDashboard",
"helpers:pinGitHubActionDigests",
"github>suzuki-shunsuke/renovate-config#2.1.0",
"github>aquaproj/aqua-renovate-config#1.6.0",
"github>suzuki-shunsuke/renovate-config:nolimit#2.1.0",
"github>aquaproj/aqua-renovate-config:file#1.6.0(CONTRIBUTING\\.md)",
"github>aquaproj/aqua-renovate-config:file#1.6.0(pkgs/.*/pkg\\.yaml)",
"github>aquaproj/aqua-renovate-config:installer-script#1.6.0(Earthfile)",
],
branchConcurrentLimit: 10,
prConcurrentLimit: 10,
prHourlyLimit: 50,
automerge: true,
rebaseWhen: "conflicted", // To decrease API call and avoid API rate limiting
packageRules: [
// Separate packages with schedule.
// Otherwise, Renovate doesn't work because there are too many dependencies.
// https://github.com/renovatebot/renovate/discussions/21410
// https://github.com/aquaproj/aqua-registry/issues/11363
{
matchPackagePatterns: ["^[a-g]"],
schedule: ["* 0-7 * * *"],
},
{
matchPackagePatterns: ["^[h-o]"],
schedule: ["* 8-15 * * *"],
},
{
matchPackagePatterns: ["^[^a-o]"],
schedule: ["* 16-23 * * *"],
},
],
regexManagers: [
{
fileMatch: ["README.md"],
Expand Down

0 comments on commit 09b955f

Please sign in to comment.