From a8b9939b6dd507e83f3b8917a6a6dd5b696fe4ed Mon Sep 17 00:00:00 2001 From: Blaine Jester Date: Wed, 15 Apr 2026 11:55:32 -0700 Subject: [PATCH 1/2] Fix days key --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cba1464..71847f7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,7 +10,7 @@ updates: day: "friday" time: "00:00" cooldown: - days: 7 + default-days: 7 # Maintain dependencies for Github Actions - package-ecosystem: "github-actions" directory: "/" @@ -23,4 +23,4 @@ updates: patterns: - "actions/*" cooldown: - days: 7 + default-days: 7 From fb402a508789371a291cfb5a5fc9b05df1edb56d Mon Sep 17 00:00:00 2001 From: Blaine Jester Date: Wed, 15 Apr 2026 11:57:05 -0700 Subject: [PATCH 2/2] Ignore bot's formatting commit in git blame --- .git-blame-ignore-revs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .git-blame-ignore-revs diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs new file mode 100644 index 0000000..1f557cd --- /dev/null +++ b/.git-blame-ignore-revs @@ -0,0 +1,5 @@ +# Run this command to always ignore formatting commits in `git blame` +# git config blame.ignoreRevsFile .git-blame-ignore-revs + +# Linting updates and fixes +292f58e2d60c1721349b1a0bb1bbbebf4809481e