Skip to content

Commit

Permalink
Re-enable dependabot on main branch (#2082)
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby authored Aug 15, 2024
1 parent 10ae5f3 commit 9d0a050
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
version: 2
updates:
# Updates for v3 branch (the default branch)
- package-ecosystem: "pip"
directory: "/"
schedule:
Expand All @@ -17,3 +18,23 @@ updates:
actions:
patterns:
- "*"

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

0 comments on commit 9d0a050

Please sign in to comment.