Skip to content

Conversation

@MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Jan 22, 2026

This release makes several updates to the GitHub Actions configuration, focusing on improving workflow reliability, release management, and linter settings. It also removes obsolete configuration files and fixes minor documentation errors. The most important changes are grouped below:

Release and Workflow Improvements:

  • Added a new Release.yml workflow that triggers on relevant pull request events and uses the PSModule/Release-GHRepository action for managing releases, replacing the previous Auto-Release.yml workflow, which has been removed. This change also introduces path-based filtering to only trigger releases for changes to action.yml and src/**.
  • Updated the Action-Test.yml and Linter.yml workflows to use pinned versions of actions (by commit SHA) for improved security and reliability, and set persist-credentials: false during checkout.
  • Updated the linter step to use a specific version of super-linter and disabled certain validations for performance and relevance.

Dependency and Automation Configuration:

  • Changed the Dependabot update schedule from weekly to daily and introduced a cooldown period to reduce noise from frequent updates.

Code and Documentation Clean-up:

  • Removed the .jscpd.json linter configuration file and the .github/release.yml release notes configuration, streamlining configuration management.
  • Fixed typos and improved naming consistency in README.md.
  • Updated references in action.yml to use pinned action versions and corrected the script path from scripts/main.ps1 to src/main.ps1.

@MariusStorhaug MariusStorhaug requested a review from a team as a code owner January 22, 2026 18:18
Copilot AI review requested due to automatic review settings January 22, 2026 18:18
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to configure Dependabot to check for updates daily with a 7-day cooldown period. However, the PR includes additional undocumented changes to workflow files and deletion of the release configuration file.

Changes:

  • Modified Dependabot configuration to use daily interval instead of weekly
  • Added a cooldown configuration (which is not a valid Dependabot feature)
  • Updated GitHub Actions in workflow files to use commit SHA pinning
  • Deleted the .github/release.yml configuration file

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
.github/dependabot.yml Changed schedule from weekly to daily and attempted to add cooldown configuration
.github/workflows/Linter.yml Updated actions/checkout and super-linter to specific commit SHAs with version comments
.github/workflows/Auto-Release.yml Updated actions/checkout and PSModule/Auto-Release to specific commit SHAs with version comments
.github/workflows/Action-Test.yml Updated actions/checkout to specific commit SHA with version comment
.github/release.yml Deleted entire release notes configuration file
Comments suppressed due to low confidence (1)

.github/release.yml:1

  • The deletion of the release.yml configuration file is not mentioned in the PR description and appears unrelated to the stated purpose of configuring Dependabot. This file configures automatically generated release notes for GitHub releases. Removing it may affect how release notes are generated for this repository. If this deletion is intentional, it should be documented in the PR description with justification.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@MariusStorhaug MariusStorhaug changed the title 🩹 Configure Dependabot for daily schedule with 7-day cooldown 🩹[Patch] Configure Dependabot for daily schedule with 7-day cooldown Jan 22, 2026
@MariusStorhaug MariusStorhaug changed the title 🩹[Patch] Configure Dependabot for daily schedule with 7-day cooldown 🩹[Patch]: Configure Dependabot for daily schedule with 7-day cooldown Jan 22, 2026
@MariusStorhaug MariusStorhaug changed the title 🩹[Patch]: Configure Dependabot for daily schedule with 7-day cooldown 🩹 [Patch] Configure Dependabot for daily schedule with 7-day cooldown Jan 22, 2026
@MariusStorhaug MariusStorhaug changed the title 🩹 [Patch] Configure Dependabot for daily schedule with 7-day cooldown 🩹[Patch]: Configure Dependabot for daily schedule with 7-day cooldown Jan 22, 2026
@MariusStorhaug MariusStorhaug self-assigned this Jan 22, 2026
Copilot AI review requested due to automatic review settings January 25, 2026 17:32
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 7 out of 7 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings January 25, 2026 20:45
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@MariusStorhaug MariusStorhaug changed the title 🩹[Patch]: Configure Dependabot for daily schedule with 7-day cooldown 🩹 [Patch]: Standardize workflows with SHA pinning and daily Dependabot Jan 25, 2026
Copilot AI review requested due to automatic review settings January 25, 2026 21:32
@MariusStorhaug MariusStorhaug changed the title 🩹 [Patch]: Standardize workflows with SHA pinning and daily Dependabot 🩹[Patch]: Configure Dependabot and rename Auto-Release to Release-GHRepository Jan 25, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 9 out of 10 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings January 25, 2026 22:05
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 9 out of 10 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@MariusStorhaug MariusStorhaug changed the title 🩹[Patch]: Configure Dependabot and rename Auto-Release to Release-GHRepository 🩹[Patch]: Workflow improvements Jan 26, 2026
@MariusStorhaug MariusStorhaug merged commit 26f5302 into main Jan 26, 2026
20 checks passed
@MariusStorhaug MariusStorhaug deleted the dependabot-daily-cooldown branch January 26, 2026 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants