Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ updates:
github-actions:
patterns:
- "*"
ignore:
# Temporary: freeze major bumps of our own *-PSModule lifecycle actions
# until the version-calculation refactor (#326) lands. A premature major
# bump of Publish-PSModule (#358) broke the publish pipeline; this stops
# Dependabot from re-proposing that class of change until the refactor is
# in place and the actions can be adopted together.
- dependency-name: "PSModule/*-PSModule"
update-types:
- version-update:semver-major
2 changes: 1 addition & 1 deletion .github/workflows/Publish-Module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0

- name: Publish module
uses: PSModule/Publish-PSModule@03c0f8b53d0367c85a0f121f98af9b40c817b0e3 # v3.0.0
uses: PSModule/Publish-PSModule@8917aed588dae1bd1aa2873b1caec1c50c20d255 # v2.2.4
Comment thread
MariusStorhaug marked this conversation as resolved.
env:
GH_TOKEN: ${{ github.token }}
with:
Expand Down
Loading