forked from renovatebot/renovate
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(datasource/unity3d): Add Unity3D support #6
Closed
Conversation
This file contains 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
6 tasks
ViMaSter
changed the title
Adds unity3d datasource
feat(datasource/unity3d): Add Unity3D support
Feb 21, 2024
ViMaSter
force-pushed
the
feat/unity3d-manager
branch
from
February 23, 2024 15:05
cadaefe
to
8dcc91a
Compare
ViMaSter
force-pushed
the
feat/unity3d-only-datasource
branch
from
February 24, 2024 00:21
62e5e12
to
e069e33
Compare
ViMaSter
force-pushed
the
feat/unity3d-manager
branch
from
March 5, 2024 19:22
ecc8ce7
to
00bc918
Compare
ViMaSter
force-pushed
the
feat/unity3d-only-datasource
branch
from
March 17, 2024 10:26
e069e33
to
94e36ef
Compare
ViMaSter
force-pushed
the
feat/unity3d-only-datasource
branch
3 times, most recently
from
March 17, 2024 10:51
03d333d
to
7f08b49
Compare
ViMaSter
force-pushed
the
feat/unity3d-only-datasource
branch
from
March 17, 2024 10:54
7f08b49
to
b6cf6ef
Compare
6 tasks
…sions required to pass tests
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
…enovatebot#27978) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…t#27979) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…enovatebot#27981) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ot#28088) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…renovatebot#28092) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
…ot#27424) Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Rhys Arkins <rhys@arkins.net> Co-authored-by: Jan Philipp Gölz <32487587+jpgoelz@users.noreply.github.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…renovatebot#28106) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…ebot#28109) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
fix: Resolves issue where a double slash is added (`https://unity.com//releases` -> `https://unity.com/releases`)
…t#28111) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…enovatebot#28113) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…renovatebot#28119) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…t#28123) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.
Changes
Adds a datasource for updating the runtime of a project using the Unity game engine.
Context
See renovatebot#27219, implements part of renovatebot#27295.
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: