From 730ced41fc6dc17c431f030766f9fbca4bd7ee90 Mon Sep 17 00:00:00 2001 From: Liam Newman Date: Sat, 29 Jun 2024 16:05:29 -0700 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d3d425ff..9a930300 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,16 +7,19 @@ version: 2 updates: - package-ecosystem: "npm" # See documentation for possible values directory: "/" # Location of package manifests + rebase-strategy: "disabled" schedule: interval: "weekly" open-pull-requests-limit: 15 - package-ecosystem: "pip" # See documentation for possible values directory: "/python" # Location of package manifests + rebase-strategy: "disabled" schedule: interval: "weekly" open-pull-requests-limit: 15 - package-ecosystem: "github-actions" directory: "/" + rebase-strategy: "disabled" schedule: # Check for updates to GitHub Actions every week interval: "weekly"