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 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