From 6ea74f5f55a4a9e82e470de9946e54edbdb1e5c8 Mon Sep 17 00:00:00 2001 From: Tate Date: Tue, 14 Oct 2025 14:33:51 +1300 Subject: [PATCH] Exclude examples from dependabot --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..fb3b3c3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + open-pull-requests-limit: 1 + schedule: + interval: "daily" + exclude-paths: + - "examples/**"