Skip to content

Bump PSModule/Get-PSModuleSettings from 1.4.4 to 1.5.0 - #315

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/PSModule/Get-PSModuleSettings-1.5.0
Closed

Bump PSModule/Get-PSModuleSettings from 1.4.4 to 1.5.0#315
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/PSModule/Get-PSModuleSettings-1.5.0

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubApr 6, 2026

Copy link
Copy Markdown
Contributor

Bumps PSModule/Get-PSModuleSettings from 1.4.4 to 1.5.0.

Release notes

Sourced from PSModule/Get-PSModuleSettings's releases.

v1.5.0

🚀 [Feature]: Release-triggering file patterns now configurable (#19)

Repositories can now configure which file changes trigger build, test, and publish stages. Previously, only changes to src/ and README.md were recognized as significant — this was hardcoded and could not be overridden. Repositories that ship additional important files (e.g., examples/, custom config) can now declare their own patterns through the settings file or the action input.

New: Configurable important file patterns

The ImportantFilePatterns setting accepts an array of regex patterns. When a PR changes only files that don't match any pattern, build/test/publish stages are skipped.

Via settings file (.github/PSModule.yml):

ImportantFilePatterns:
- '^src/'
- '^README\.md$'
- '^examples/'

Via action input (newline-separated):

- uses: PSModule/Get-PSModuleSettings@v1with:
ImportantFilePatterns: | ^src/ ^README\.md$ ^examples/

The setting fully replaces the defaults when configured. Include the default patterns in your list if you still want them.

Resolution order: settings file → action input → hardcoded fallback (^src/, ^README\.md$).

Changed: PR skip comment now reflects configured patterns

The PR comment posted when no important files changed now dynamically lists the actual patterns in effect, rather than a hardcoded table.

Technical Details

  • action.yml: Added ImportantFilePatterns input with newline-separated default and corresponding PSMODULE_GET_SETTINGS_INPUT_ImportantFilePatterns env var.
  • Settings.schema.json: Added top-level ImportantFilePatterns property as array of strings.
  • main.ps1: Added resolution logic (settings file → parsed input → hardcoded default). Replaced hardcoded $importantPatterns array with $settings.ImportantFilePatterns. Refactored PR comment to generate the pattern table dynamically.
  • README.md: Documented the new input and settings file property with examples.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [PSModule/Get-PSModuleSettings](https://github.com/psmodule/get-psmodulesettings) from 1.4.4 to 1.5.0.
- [Release notes](https://github.com/psmodule/get-psmodulesettings/releases)
- [Commits](https://github.com/psmodule/get-psmodulesettings/compare/21c88f499579f56a60cced37872089d866b94a66...1e3d156786c56e6fbd839a1ba5ab21ff8858090e)
---
updated-dependencies:
- dependency-name: PSModule/Get-PSModuleSettings
dependency-version: 1.5.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotBot added dependencies Pull requests that update a dependency file Minor labels Apr 6, 2026
@dependabot
dependabotBot requested a review from a team as a code ownerApril 6, 2026 11:15
@dependabotdependabotBot added the dependencies Pull requests that update a dependency file label Apr 6, 2026
@dependabot@github

dependabotBot commented on behalf of githubApr 6, 2026

Copy link
Copy Markdown
ContributorAuthor

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

PatternDescription
^src/Matches files where path matches this pattern
^README\.md$Matches files where path matches this pattern

Build, test, and publish stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

1 similar comment
@github-actions

Copy link
Copy Markdown

No Significant Changes Detected

This PR does not contain changes to files that would trigger a new release:

PatternDescription
^src/Matches files where path matches this pattern
^README\.md$Matches files where path matches this pattern

Build, test, and publish stages will be skipped for this PR.

If you believe this is incorrect, please verify that your changes are in the correct locations.

@github-actions

Copy link
Copy Markdown

Super-linter summary

LanguageValidation result
CHECKOVPass ✅
GITLEAKSPass ✅
GIT_MERGE_CONFLICT_MARKERSPass ✅
MARKDOWNPass ✅
NATURAL_LANGUAGEPass ✅
POWERSHELLPass ✅
PRE_COMMITPass ✅
SPELL_CODESPELLPass ✅
TRIVYPass ✅
YAMLPass ✅

All files and directories linted successfully

For more information, see the GitHub Actions workflow run

Powered by Super-linter

@dependabot@github

dependabotBot commented on behalf of githubApr 11, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like PSModule/Get-PSModuleSettings is up-to-date now, so this is no longer needed.

@dependabotdependabotBot closed this Apr 11, 2026
@dependabot
dependabotBot deleted the dependabot/github_actions/PSModule/Get-PSModuleSettings-1.5.0 branch April 11, 2026 07:42
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency fileMinor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants