Skip to content
Open
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
48 changes: 41 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,43 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "07:00"
timezone: Europe/London
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "07:00"
timezone: Europe/London
open-pull-requests-limit: 10
labels:
- "dependencies"
- "Technical Debt"
- "python"
- package-ecosystem: pip
directory: "/examples"
schedule:
interval: daily
time: "07:00"
timezone: Europe/London
open-pull-requests-limit: 10
labels:
- "dependencies"
- "Technical Debt"
- "python"
- "python"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: daily
time: "07:00"
timezone: Europe/London
labels:
- "Security Updates"
- "Technical Debt"
- "python"
allow:
- dependency-type: "direct"
# Only security updates
security-updates-only: true
Loading