Skip to content

Commit

Permalink
chore: add pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Nov 13, 2023
1 parent 38c7e1c commit 11c5e95
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
interval: "daily"
assignees:
- "lpm0073"
reviewers:
- "lpm0073"
- package-ecosystem: "pre-commit"
directory: "/"
schedule:
interval: "daily"
assignees:
- "lpm0073"
reviewers:
- "lpm0073"

0 comments on commit 11c5e95

Please sign in to comment.