-
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
Update all dependencies - autoclosed #203
Closed
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
renovate
bot
force-pushed
the
renovate/all
branch
from
September 11, 2023 12:54
b4846ea
to
e5eb9e7
Compare
renovate
bot
changed the title
Update actions/checkout action to v4
Update all dependencies
Sep 12, 2023
renovate
bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
September 16, 2023 04:17
da8a4f3
to
50c6759
Compare
renovate
bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
September 26, 2023 16:14
37167c9
to
b6c1618
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
October 2, 2023 11:33
b6c1618
to
c541e56
Compare
renovate
bot
force-pushed
the
renovate/all
branch
3 times, most recently
from
October 17, 2023 07:37
72cc85e
to
586b507
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
October 19, 2023 07:47
35829e1
to
b78ea61
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
October 19, 2023 17:36
b78ea61
to
51402f3
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
November 2, 2023 08:58
51402f3
to
efc9302
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
November 21, 2023 04:53
7661f32
to
6147f86
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
December 8, 2023 06:53
6147f86
to
1abfea3
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
December 18, 2023 06:40
5fcfc3b
to
00a2de4
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
December 28, 2023 11:30
84ea74e
to
cfbd509
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
January 8, 2024 10:39
f976178
to
66babd1
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
January 13, 2024 10:43
66babd1
to
dc115b3
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
February 2, 2024 08:09
dc115b3
to
2157ba5
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
February 14, 2024 18:50
2157ba5
to
9ca6276
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
March 4, 2024 13:59
825290a
to
3227db4
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
March 7, 2024 13:47
3227db4
to
587fab3
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
March 20, 2024 12:57
587fab3
to
0a60298
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
April 22, 2024 13:04
0a60298
to
507b5f3
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
May 31, 2024 12:55
507b5f3
to
f01a89f
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
June 28, 2024 06:40
5d85f5f
to
c986f67
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
August 6, 2024 12:56
c986f67
to
e709bac
Compare
renovate
bot
force-pushed
the
renovate/all
branch
2 times, most recently
from
August 29, 2024 15:24
e7f2117
to
4a6e440
Compare
renovate
bot
force-pushed
the
renovate/all
branch
from
September 2, 2024 12:03
4a6e440
to
cd1f985
Compare
renovate
bot
changed the title
Update all dependencies
Update all dependencies - autoclosed
Sep 5, 2024
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.
This PR contains the following updates:
v3
->v4
v2
->v3
v2
->v3
v2
->v3
v0.1.3
->v1.1.0
Release Notes
actions/checkout (actions/checkout)
v4
Compare Source
docker/login-action (docker/login-action)
v3
Compare Source
docker/setup-buildx-action (docker/setup-buildx-action)
v3
Compare Source
docker/setup-qemu-action (docker/setup-qemu-action)
v3
Compare Source
suzuki-shunsuke/github-action-renovate-config-validator (suzuki-shunsuke/github-action-renovate-config-validator)
v1.1.0
Compare Source
v1.0.1
Compare Source
Fixes
#551 Suppress
npx
warnings using--yes
option @TWiStErRobThis action executes renovate-config-validator via npx, then the following warning was outputted.
To suppress the warning, we set
npx
's--yes
option.https://docs.npmjs.com/cli/v8/commands/npx
🎉 New contributors
Thank you for your contribution!
@TWiStErRob #551
v1.0.0
Compare Source
#531 renovate-config-validator's --strict option is enabled by default.
How to migrate
There are several options.
false
to the inputstrict
to disable--strict
option#530 Pass inputs via environment variables to prevent malicious injection
Features
#531 Add the input
strict
.You can enable renovate-config-validator's
--strict
option.Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.
This change is