Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,33 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: "staging"
# Unfortunately, Dependabot doesn't support custom prefixes like "develop/patch-"
# It uses fixed patterns like "dependabot/github_actions/package-version"
# However, we can use labels and assignees to help manage these PRs
labels:
- "dependencies"
- "github-actions"
- "develop"
assignees:
- "mattbuske"
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
target-branch: "staging"
labels:
- "dependencies"
- "python"
- "develop"
assignees:
- "mattbuske"
#- package-ecosystem: gitsubmodule
# directory: "/"
# schedule:
# interval: daily
# open-pull-requests-limit: 10
# target-branch: "staging"
# pull-request-branch-name:
# separator: "/"
Loading