Skip to content

Commit

Permalink
Swap ecosystem order in dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti authored Jan 2, 2024
1 parent 14541e7 commit 0173d5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
version: 2
updates:
# Maintain dependencies for Python
- package-ecosystem: pip
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
assignees:
- "ezio-melotti"
open-pull-requests-limit: 10

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
# Maintain dependencies for Python
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
Expand Down

0 comments on commit 0173d5e

Please sign in to comment.