From b37d5769a5d449ef32b3b5b33c4b748805fe2969 Mon Sep 17 00:00:00 2001 From: Ricky Hanlon Date: Thu, 22 Feb 2024 15:23:05 -0500 Subject: [PATCH] Ignore /fixtures for dependabot --- .github/dependabot.yml | 107 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000000..b436c26c50c29 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,107 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/fixtures/art" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/attribute-behavior" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/concurrent" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/devtools" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/dom" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/eslint" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/expiration" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/fiber-debugger" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/fiber-triangle" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/fizz" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/fizz-ssr-browser" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/flight" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/flight-browser" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/flight-esm" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/legacy-jsx-runtimes" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/nesting" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/packaging" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/scheduler" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/ssr" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/ssr-2" + schedule: + interval: "weekly" + open-pull-requests-limit: 0 + - package-ecosystem: "npm" + directory: "/fixtures/stacks" + schedule: + interval: "weekly" + open-pull-requests-limit: 0