JuliaRegistries / RegistryCI.jl

Continuous integration (CI) tools for Julia package registries, including registry consistency testing, automatic merging (automerge) of pull requests, and automatic TagBot triggers
https://juliaregistries.github.io/RegistryCI.jl/stable
Other
31 stars 30 forks source link

AutoMerge: temporarily disable the "Require `[compat]` for stdlib dependencies" feature" #540

Closed DilumAluthge closed 7 months ago

DilumAluthge commented 7 months ago

Follow-up to #516

Once we are ready to re-enable the "Require [compat] for stdlib dependencies" feature", we just need to change the following value from false to true:

https://github.com/JuliaRegistries/RegistryCI.jl/blob/d4f84b521bab13f57b355a979120455e34db0954/src/AutoMerge/guidelines.jl#L5-L5

DilumAluthge commented 7 months ago

After we merge this PR (and make a new release of RegistryCI), we can deploy the latest version of RegistryCI to the General registry.