From 07c2543e54f0e2ccd91908ec765683b47bc2f532 Mon Sep 17 00:00:00 2001 From: Ricky Date: Thu, 22 Feb 2024 15:44:37 -0500 Subject: [PATCH] Ignore /fixtures for dependabot (#28422) We'll keep these up to date out of band, they are just for testing and don't ship in the npm packages. --- .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 0000000000..b436c26c50 --- /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