From 0a6af68ab920c91542635ff2c14271cebc26d42b Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 22 Jan 2026 13:03:12 +0100 Subject: [PATCH] Update dependabot schedule and workflow versioning --- .github/dependabot.yml | 8 +++++--- .github/workflows/Process-PSModule.yml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53188fe..c3f3010 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,12 @@ version: 2 updates: - - package-ecosystem: github-actions # See documentation for possible values - directory: / # Location of package manifests + - package-ecosystem: github-actions + directory: / labels: - dependencies - github-actions schedule: - interval: weekly + interval: daily + cooldown: + default-days: 7 diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index 1f1e272..ea67b1c 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -27,7 +27,7 @@ permissions: jobs: Process-PSModule: - uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@releasenotes + uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@7c92b2ff94b965f4eaef272c3f3e0e766cd683f2 # v5.4.0 secrets: APIKey: ${{ secrets.APIKey }}