Update Parameters requirement from 0.12 to 0.12, 0.13 in the all-julia-packages group across 1 directory#1482
Merged
github-actions[bot] merged 1 commit intoJun 8, 2026
Conversation
Updates the requirements on [Parameters](https://github.com/mauro3/Parameters.jl) to permit the latest version. Updates `Parameters` to 0.13.1 - [Release notes](https://github.com/mauro3/Parameters.jl/releases) - [Changelog](https://github.com/mauro3/Parameters.jl/blob/master/NEWS.md) - [Commits](mauro3/Parameters.jl@v0.12.0...v0.13.1) --- updated-dependencies: - dependency-name: Parameters dependency-version: 0.13.1 dependency-type: direct:production dependency-group: all-julia-packages ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
@ChrisRackauckas why does github-actions have auto merge permissions without even requiring tests to pass? That seems like a problematic configuration. |
Member
|
It requires tests to pass. I'll look into what happened here. |
Member
|
Yeah that's weird. I enabled the dependabot option where it forces the updated packages to run in the tests, and if the tests pass with it then it auto-merges. Looks like the first part worked, but the second part 😅 something is up with that. |
Member
|
Root caused it to the fact that dependabot --auto only looks at required tests, and we don't have ones set. I made it way more conservative by making a new mode that wait for all CI tests, and only does an automerge if all are green. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on Parameters to permit the latest version.
Updates
Parametersto 0.13.1Release notes
Sourced from Parameters's releases.
Commits
c8f169aadd workflow_dispatch to documentation to be able to run it manuallya70e7b4Bump version: mistakes were made so bibg bump..1975119docs are now build in separate ci script (#164)1d34966Bump version9cc250aCompatHelper: bump compat for OrderedCollections to 2, (keep existing compat)...2629dc9expanding macrocalls and blocks in with_kw (#155)30395f5Improve type-stability in reconstruct (#160)7d65a84Update github actions (#161)501b47bAdd support for SmartAsserts.jl (#152)e55b025Remove undefined@packfrom exports. Fixes #148Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions