From 3e990a4d70f7692d1fb2d7c9818f31fde5c113d3 Mon Sep 17 00:00:00 2001 From: Clay Miller Date: Thu, 28 May 2026 09:07:50 -0400 Subject: [PATCH] chore: apply security best practices Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 4 ++++ .npmrc | 1 + 2 files changed, 5 insertions(+) create mode 100644 .npmrc diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 92bd4d3..b3e4bd7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,8 @@ updates: - "patch" schedule: interval: "weekly" + cooldown: + default-days: 3 - package-ecosystem: "github-actions" directories: - "/" @@ -25,3 +27,5 @@ updates: - "*" schedule: interval: "weekly" + cooldown: + default-days: 3 diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..ec9e05d --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +min-release-age=3