From 718954843e89089dd63d6b2d01d91947fe7e1a20 Mon Sep 17 00:00:00 2001 From: shaeespring Date: Thu, 15 Jan 2026 21:35:12 -0500 Subject: [PATCH] dependabot & pr template --- .github/dependabot.yml | 3 ++- .github/pull_request_template.md | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .github/pull_request_template.md diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f44a654..09d49d6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,8 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "monthly" + interval: "weekly" + target-branch: "develop" ignore: - dependency-name: "*" update-types: ["version-update:semver-patch"] diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..1cd3021 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +## What + +_what the PR changes_ + +## Why + +_why these changes were made_ + +## Test Plan + +_how did you verify these changes did what you expected_ + +## Env Vars + +_did you add, remove, or rename any environment variables_ + +## Checklist + +- [ ] Tested all changes locally