chore(deps): update dependency int128/typescript-action-renovate-config to v2#1376
Merged
renovate[bot] merged 1 commit intomainfrom May 6, 2026
Merged
Conversation
Contributor
e2e-test (directory)5 files changed:
1 added Diffbar.txt@@ -0,0 +1 @@
+New file.foo.txt@@ -1 +0,0 @@
-This file will be deleted.httproute.yaml--- gateway.yaml
+++ httproute.yaml (100%)rollout.yaml--- deployment.yaml
+++ rollout.yaml (57%)
@@ -1,5 +1,5 @@
-apiVersion: apps/v1
-kind: Deployment
+apiVersion: argoproj.io/v1alpha1
+kind: Rollout
metadata:
name: envoy
spec:
@@ -13,4 +13,8 @@ spec:
app.kubernetes.io/name: envoy
spec:
containers:
- - image: envoyproxy/envoy:v1.17-latest
+ - image: envoyproxy/envoy:v1.18-latest
+ strategy:
+ canary:
+ maxUnavailable: 0
+ maxSurge: 1service.yaml@@ -7,5 +7,5 @@ spec:
app.kubernetes.io/name: echoserver
ports:
- protocol: TCP
- port: 80
- targetPort: 80
+ port: 443
+ targetPort: 443
|
Contributor
e2e-test (file)1 file changed:
1 modified Diffservice.yaml@@ -7,5 +7,5 @@ spec:
app.kubernetes.io/name: echoserver
ports:
- protocol: TCP
- port: 80
- targetPort: 80
+ port: 443
+ targetPort: 443
|
Contributor
e2e-test (no-diff) |
2a31faf to
601f0ae
Compare
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.
This PR contains the following updates:
v1.10.0→v2.0.0Release Notes
int128/typescript-action-renovate-config (int128/typescript-action-renovate-config)
v2.0.0Compare Source
What's Changed
Update node to v24
Full Changelog: int128/typescript-action-renovate-config@v1.10.0...v2.0.0
Configuration
📅 Schedule: (in timezone Asia/Tokyo)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.