Skip to content

Commit 78e88a3

Browse files
committed
document new random_fraction_to_keep bot option
1 parent 8af3e18 commit 78e88a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/maintainer/conda_forge_yml.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ automatic version updates/migrations for feedstocks. The current options are
128128
# to the default branch
129129
abi_migration_branches:
130130
- v1.10.x
131+
132+
version_updates:
133+
# use this for packages that are updated too frequently
134+
random_fraction_to_keep: 0.1 # keeps 10% of versions at random
131135
132136
The ``abi_migration_branches`` feature is useful to, for example, add a
133137
long-term support (LTS) branch for a package.

0 commit comments

Comments
 (0)