File tree Expand file tree Collapse file tree 4 files changed +115
-63
lines changed
Expand file tree Collapse file tree 4 files changed +115
-63
lines changed Original file line number Diff line number Diff line change 1212 "rangeStrategy" : " bump" ,
1313 "ignorePaths" : [" **/node_modules/**" ],
1414 "commitMessageSuffix" : " [skip ci]" ,
15+ "assignees" : [],
16+ "reviewers" : [],
1517 "packageRules" : [
1618 {
1719 "groupName" : " github-actions" ,
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106106 fetch-depth : 0
107107
108108 - name : Set up Docker Buildx
109- uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
109+ uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
110110
111111 - name : Log in to Docker Hub
112112 uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
@@ -134,7 +134,7 @@ jobs:
134134 run : |
135135 yq eval '.spec.template.spec.containers[0].image = "${{ env.IMAGE_OWNER }}/${{ env.IMAGE_NAME }}:${{ needs.image-tag.outputs.IMAGE_TAG }}"' -i manifest/deployment.yaml
136136
137- - uses : stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0 .0
137+ - uses : stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1 .0
138138 with :
139139 commit_message : update deployment.json container image (automated)
140140
Original file line number Diff line number Diff line change 1414 "version" : " pnpm changeset version && pnpm i --no-frozen-lockfile"
1515 },
1616 "devDependencies" : {
17- "@changesets/changelog-github" : " ^0.5.1 " ,
18- "@changesets/cli" : " ^2.29.7 " ,
19- "@trivago/prettier-plugin-sort-imports" : " 5.2 .2" ,
20- "prettier" : " 3.6.2 " ,
17+ "@changesets/changelog-github" : " ^0.5.2 " ,
18+ "@changesets/cli" : " ^2.29.8 " ,
19+ "@trivago/prettier-plugin-sort-imports" : " 6.0 .2" ,
20+ "prettier" : " 3.7.4 " ,
2121 "prettier-plugin-astro" : " 0.14.1"
2222 },
2323 "packageManager" : " pnpm@10.10.0"
You can’t perform that action at this time.
0 commit comments