Skip to content

Commit 7ee9ed1

Browse files
Remove the use of the pre-commit-updates.yml workflow, and add a pre-commit dependabot configuration. (#74)
1 parent c59314a commit 7ee9ed1

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

.github/dependabot.yml

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