Skip to content

Commit 53e0c15

Browse files
Solve #49: Add pre-commit to dependabot (#50)
1 parent c4dbaf9 commit 53e0c15

2 files changed

Lines changed: 8 additions & 18 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,11 @@ updates:
77
# Check for updates on the first Sunday of every month, 8PM UTC
88
interval: "cron"
99
cronjob: "0 20 * * sun#1"
10+
11+
12+
- package-ecosystem: "pre-commit"
13+
directory: "/"
14+
schedule:
15+
# Check for updates on the first Sunday of every month, 8PM UTC
16+
interval: "cron"
17+
cronjob: "0 20 * * sun#1"

.github/workflows/pre-commit-update.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)