We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152884d commit be62f31Copy full SHA for be62f31
1 file changed
.github/dependabot.yml
@@ -19,3 +19,12 @@ updates:
19
github-actions:
20
patterns:
21
- "*"
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