From 0f013c61f99e761084dcdc149b61a963bdc4fd8e Mon Sep 17 00:00:00 2001 From: Colin Viebrock Date: Thu, 12 Mar 2026 13:53:42 -0400 Subject: [PATCH] Add dependabot --- .github/dependabot.yaml | 4 ++++ .gitignore | 1 + 2 files changed, 5 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..a6cfc64 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,4 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' diff --git a/.gitignore b/.gitignore index 9b64a04..6b72289 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ /dist # misc +/.idea yarn-error.log