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
44 changes: 32 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
version: 2
updates:
- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
time: '11:00'
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: '11:00'
open-pull-requests-limit: 10

# Docker base images
- package-ecosystem: docker
directory: "/"
schedule:
interval: monthly
time: "11:00"
open-pull-requests-limit: 25

# Python (pip) dependencies
- package-ecosystem: pip
directory: "/"
schedule:
interval: monthly
time: "11:00"
open-pull-requests-limit: 25

# GitHub Actions workflows
- package-ecosystem: github-actions
directory: ".github/workflows"
schedule:
interval: monthly
time: "11:00"
open-pull-requests-limit: 25

# Gradle (Java dependencies)
- package-ecosystem: gradle
directory: "/"
schedule:
interval: monthly
time: "11:00"
open-pull-requests-limit: 25
Loading