Skip to content

Commit

Permalink
Re-enable dependabot for Python dependencies (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs authored Aug 19, 2024
1 parent ac6553a commit 364cebc
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,36 +1,37 @@
version: 2
updates:
#- package-ecosystem: pip
# directory: "/"
# schedule:
# interval: weekly
# day: monday
# time: "05:43"
# # Needs to be larger than the number of total requirements (currently 31)
# open-pull-requests-limit: 50
# target-branch: master
# labels:
# - dependency_updates
# # Turn off automatic rebases so that auto-merge can work without needed N**2 CI runs
# rebase-strategy: "disabled"
# groups:
# python-dependencies:
# applies-to: version-updates
# dependency-type: production
# python-dependencies-dev:
# applies-to: version-updates
# dependency-type: development
# python-dependencies-security:
# applies-to: security-updates
# dependency-type: production
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
day: monday
time: "05:43"
# Needs to be larger than the number of total requirements (currently 31)
open-pull-requests-limit: 50
target-branch: main
labels:
- dependency_updates
# Turn off automatic rebases so that auto-merge can work without needed N**2 CI runs
rebase-strategy: "disabled"
groups:
python-dependencies:
applies-to: version-updates
dependency-type: production
python-dependencies-dev:
applies-to: version-updates
dependency-type: development
python-dependencies-security:
applies-to: security-updates
dependency-type: production
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
interval: weekly
time: "05:33"
target-branch: master
target-branch: main
labels:
- CI
- dependency_updates
groups:
github-actions:
applies-to: version-updates
Expand Down

0 comments on commit 364cebc

Please sign in to comment.