lucunji/MC-DepUp
Let's dep-up your mods! It automatically updates Minecraft version and dependencies in your gradle.properties
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit May 19, 2025
- License
- MIT
Pinned Snippet
uses: lucunji/mc-depup@84a57e2e0ff9b27bb16c99e1b5afec7ee5f0cca7 # v0.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| config_path | 'Path to the config file' | — | ./.github/modding-dependencies.yml |
| update_mc_patch | 'Update patch version of Minecraft' 'true | false' | — | true |
| update_only_with_mc | 'Update only when Minecraft updates (depends on update_mc_patch)' 'true | false' | — | false |
| tolerable | 'Allow the update of any dependency to fail' 'true | false' | — | false |
| dry_run | 'The new configuration is not written to the file' 'true | false' | — | false |
Outputs
| name | description |
|---|---|
| any_update | 'Anything new according to configured update' 'true | false' |
| summary | 'A summary of updated dependencies, useful for making notifications' |