Skip to content
Open
Changes from 2 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
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
# Go module in ipip_check
- package-ecosystem: "gomod"
directory: "/kubemarine/resources/scripts/source/ipip_check"
schedule:
interval: "weekly"

# Main Dockerfile in root
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

# Dockerfile-transfer in ci directory
- package-ecosystem: "docker"
directory: "/ci"
schedule:
interval: "weekly"

# Python dependencies (requirements files in repo root)
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
Loading