We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
random_fraction_to_keep
1 parent 8af3e18 commit 78e88a3Copy full SHA for 78e88a3
src/maintainer/conda_forge_yml.rst
@@ -128,6 +128,10 @@ automatic version updates/migrations for feedstocks. The current options are
128
# to the default branch
129
abi_migration_branches:
130
- 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
135
136
The ``abi_migration_branches`` feature is useful to, for example, add a
137
long-term support (LTS) branch for a package.
0 commit comments