Skip to content

Commit d0f8c09

Browse files
authored
chore: ignore updates to marocchino/sticky-pull-request-comment (#341)
The upstream author publishes updates to this action using the same scheme as GitHub, where the v2 tag is updated to the latest release of the 2.x series. Therefore, we can manage updates manually.
1 parent 0aaed11 commit d0f8c09

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ updates:
99
commit-message:
1010
prefix: "chore"
1111
ignore:
12-
# GitHub always delivers the latest versions for each major
13-
# release tag, so handle updates manually
12+
# These actions deliver the latest versions by updating the
13+
# major release tag, so handle updates manually
1414
- dependency-name: "actions/*"
15+
- dependency-name: "marocchino/sticky-pull-request-comment"
1516

1617
- package-ecosystem: "npm"
1718
directory: "/"

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
DEPLOY_URL: ${{ steps.preview.outputs.url }}
6565

6666
- name: Comment Credentials
67-
uses: marocchino/sticky-pull-request-comment@v2.1.0
67+
uses: marocchino/sticky-pull-request-comment@v2
6868
if: always()
6969
with:
7070
header: codercom-preview-docs

0 commit comments

Comments
 (0)