Skip to content

Commit be62f31

Browse files
Ignore Dependabot semver-major updates for first-party *-PSModule actions
1 parent 152884d commit be62f31

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,12 @@ updates:
1919
github-actions:
2020
patterns:
2121
- "*"
22+
ignore:
23+
# Temporary: freeze major bumps of our own *-PSModule lifecycle actions
24+
# until the version-calculation refactor (#326) lands. A premature major
25+
# bump of Publish-PSModule (#358) broke the publish pipeline; this stops
26+
# Dependabot from re-proposing that class of change until the refactor is
27+
# in place and the actions can be adopted together.
28+
- dependency-name: "PSModule/*-PSModule"
29+
update-types:
30+
- version-update:semver-major

0 commit comments

Comments
 (0)