Skip to content

Commit

Permalink
Add GHA ecosystem to dependabot.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti authored Jan 1, 2024
1 parent 1b8c9f7 commit 14541e7
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
# Maintain dependencies for Python
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
assignees:
- "ezio-melotti"
open-pull-requests-limit: 10

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
assignees:
- "ezio-melotti"
open-pull-requests-limit: 10

0 comments on commit 14541e7

Please sign in to comment.