Skip to content

Commit

Permalink
add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Jan 26, 2024
1 parent 5a7c3e7 commit c605082
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"
# Maintain dependencies for Python
- package-ecosystem: pip
directory: "/"
schedule:
interval: "weekly"
groups:
python-packages:
patterns:
- "*"

0 comments on commit c605082

Please sign in to comment.