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
16 changes: 11 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
version: 2
updates:

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

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

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