Skip to content

Commit 79de1cb

Browse files
authored
Merge pull request #319 from bjester/post-bot-fixes
Fixes dependabot config and ignores formatting
2 parents 53f3205 + fb402a5 commit 79de1cb

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.git-blame-ignore-revs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Run this command to always ignore formatting commits in `git blame`
2+
# git config blame.ignoreRevsFile .git-blame-ignore-revs
3+
4+
# Linting updates and fixes
5+
292f58e2d60c1721349b1a0bb1bbbebf4809481e

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ updates:
1010
day: "friday"
1111
time: "00:00"
1212
cooldown:
13-
days: 7
13+
default-days: 7
1414
# Maintain dependencies for Github Actions
1515
- package-ecosystem: "github-actions"
1616
directory: "/"
@@ -23,4 +23,4 @@ updates:
2323
patterns:
2424
- "actions/*"
2525
cooldown:
26-
days: 7
26+
default-days: 7

0 commit comments

Comments
 (0)