Skip to content

Commit d04ec3a

Browse files
committed
Move pre-commit gihub workflow to dependabot.
1 parent 961510b commit d04ec3a

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)