Skip to content

Commit

Permalink
Use dependabot (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Sep 28, 2023
1 parent 5102da5 commit 6d59ece
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
labels:
- "type: Maintenance"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
labels:
- "type: Maintenance"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pre-commit>=3.3
pre-commit==3.3

0 comments on commit 6d59ece

Please sign in to comment.