Skip to content

Conversation

@MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Jan 22, 2026

Configure Dependabot for daily schedule with 7-day cooldown

Changes

  • Updated .github/dependabot.yml:
    • Changed schedule interval from weekly to daily for github-actions ecosystem
    • Added cooldown configuration with default-days: 7

Why

The cooldown option delays version updates for 7 days after a dependency release, giving time for issues to surface before updating. This provides more timely updates while still allowing stability.

Copilot AI review requested due to automatic review settings January 22, 2026 18:17
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

Configures Dependabot to check GitHub Actions updates daily while delaying newly released versions for 7 days, and updates workflows to use pinned GitHub Action SHAs.

Changes:

  • Switch Dependabot github-actions update interval from weekly to daily.
  • Add a 7-day Dependabot cooldown for newly released versions.
  • Pin GitHub Actions used in workflows to specific commit SHAs (instead of floating tags like latest).

Reviewed changes

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

File Description
.github/dependabot.yml Adjusts Dependabot schedule to daily and adds a 7-day cooldown.
.github/workflows/Linter.yml Pins actions/checkout and super-linter to commit SHAs.
.github/workflows/Auto-Release.yml Pins actions/checkout and PSModule/Auto-Release to commit SHAs.
.github/workflows/Action-Test.yml Pins actions/checkout and actions/upload-artifact to commit SHAs.

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

Comment on lines +14 to +16
interval: daily
cooldown:
default-days: 7
Copy link

Copilot AI Jan 22, 2026

Choose a reason for hiding this comment

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

The PR description says only .github/dependabot.yml was updated, but this PR also changes multiple workflow files to pin GitHub Actions to specific commit SHAs. Please update the PR description/title to include these workflow changes (or split them into a separate PR) so reviewers understand the full scope.

Copilot uses AI. Check for mistakes.
@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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🩹[Patch]: Configure Dependabot for daily schedule with 7-day cooldown

2 participants