Skip to content

Commit

Permalink
πŸš§πŸš‡πŸ‘Œ Activate dependabot for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
s-weigand committed Jul 12, 2024
1 parent 7efc302 commit 49d77b3
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,57 @@ updates:
day: friday
time: "20:00"
timezone: Europe/Amsterdam

# Staging branch

- package-ecosystem: pip
target-branch: staging
directory: "/"
schedule:
interval: weekly
day: friday
time: "20:00"
timezone: Europe/Amsterdam
open-pull-requests-limit: 20
reviewers:
- jsnel
- s-weigand
assignees:
- jsnel
- s-weigand
groups:
runtime-dependencies:
update-types:
- minor
- patch
rebase-strategy: "disabled"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
target-branch: staging
directory: "/"
schedule:
interval: "weekly"
day: friday
time: "20:00"
timezone: Europe/Amsterdam
reviewers:
- s-weigand
assignees:
- s-weigand
groups:
GH-Actions:
update-types:
- minor
- patch
rebase-strategy: "disabled"

# Update git submodules
- package-ecosystem: "gitsubmodule"
target-branch: staging
directory: "/"
schedule:
interval: "weekly"
day: friday
time: "20:00"
timezone: Europe/Amsterdam

0 comments on commit 49d77b3

Please sign in to comment.