From 1764e42b0c16921bf73fb1f7384874893e8bf404 Mon Sep 17 00:00:00 2001 From: bobokun <12660469+bobokun@users.noreply.github.com> Date: Sat, 27 Jul 2024 09:35:40 -0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 20 +++++--------------- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9e89d93..7861fb9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,23 +1,13 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - +--- version: 2 updates: - package-ecosystem: "pip" directory: "/" schedule: - interval: "daily" - target-branch: "develop" - assignees: - - "bobokun" - - package-ecosystem: github-actions - directory: '/' + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: daily - assignees: - - "bobokun" - target-branch: "develop" + interval: "weekly" ignore: - dependency-name: "salsify/action-detect-and-tag-new-version"