Skip to content

Commit 91397dd

Browse files
committed
renovate: Throttle "warpy" PRs
warpy is automatically releasing every merged PR as a new version, and it also automatically merges every minor or patch version update of its dependencies. This leads to a questionable and very noisy release schedule. This change configures renovatebot to only send warpy update PRs once per week to avoid the useless noise.
1 parent 3b581a3 commit 91397dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/renovate.json5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,12 @@
66
":semanticCommitsDisabled",
77
"regexManagers:githubActionsVersions",
88
],
9+
packageRules: [
10+
{
11+
matchPackageNames: [
12+
"warpy",
13+
],
14+
extends: ["schedule:weekly"],
15+
}
16+
]
917
}

0 commit comments

Comments
 (0)