Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"
Expand All @@ -23,4 +23,4 @@ updates:
patterns:
- "actions/*"
cooldown:
days: 7
default-days: 7
Loading