From 35e19bea147a52f933dd3d34a077cdfbd142b57a Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sun, 7 May 2023 22:42:49 +0530 Subject: [PATCH] Reduce dependabot frequency --- .github/dependabot.yml | 10 +++------- .github/workflows/winget.yml | 5 ++--- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 13b4ef5..ca79ca5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,6 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "daily" - - package-ecosystem: "cargo" - directory: "/" - schedule: - interval: "daily" + interval: weekly diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 3302c2e..117ccaf 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -1,11 +1,10 @@ -name: Publish to Winget +name: winget on: release: types: [released] - jobs: publish: - runs-on: windows-latest # Action can only run on Windows + runs-on: windows-latest steps: - uses: vedantmgoyal2009/winget-releaser@v2 with: