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"