Skip to content

Commit

Permalink
Clean up dependabot config (zarr-developers#2702)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Jan 16, 2025
1 parent c63e4ca commit da5b82c
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
---
version: 2
updates:
# Updates for v3 branch (the default branch)
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
groups:
actions:
patterns:
- "*"
# Updates for main
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -19,19 +11,19 @@ updates:
patterns:
- "*"

# Same updates, but for main branch
# Updates for support/v2 branch
- package-ecosystem: "pip"
directory: "/"
target-branch: "main"
target-branch: "support/v2"
schedule:
interval: "daily"
interval: "weekly"
groups:
requirements:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
target-branch: "support/v2"
schedule:
interval: "weekly"
groups:
Expand Down

0 comments on commit da5b82c

Please sign in to comment.