From da449b00dde8ff9e999389e6ea5994d71cd47397 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Sun, 22 Sep 2024 23:10:23 -0700 Subject: [PATCH] build: stop dependabot doing things (#43871) --- .github/dependabot.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6f212e561d50..5f873888782c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -52,7 +52,7 @@ updates: interval: daily labels: - "no-backport" - open-pull-requests-limit: 5 + open-pull-requests-limit: 2 target-branch: 33-x-y - package-ecosystem: npm directories: @@ -63,7 +63,7 @@ updates: interval: daily labels: - "no-backport" - open-pull-requests-limit: 5 + open-pull-requests-limit: 0 target-branch: main - package-ecosystem: npm directories: @@ -74,7 +74,7 @@ updates: interval: daily labels: - "no-backport" - open-pull-requests-limit: 5 + open-pull-requests-limit: 0 target-branch: 32-x-y - package-ecosystem: npm directories: @@ -85,7 +85,7 @@ updates: interval: daily labels: - "no-backport" - open-pull-requests-limit: 5 + open-pull-requests-limit: 0 target-branch: 31-x-y - package-ecosystem: npm directories: @@ -96,5 +96,5 @@ updates: interval: daily labels: - "no-backport" - open-pull-requests-limit: 5 + open-pull-requests-limit: 0 target-branch: 30-x-y \ No newline at end of file