Skip to content

Commit 197076b

Browse files
committed
Fixing Dependabot for all repos
1 parent 27b5bce commit 197076b

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,13 @@
1-
# version: 2
2-
# updates:
3-
# # Docker dependencies (for base image updates)
4-
# - package-ecosystem: "docker"
5-
# directory: "/" # Path to Dockerfile
6-
# schedule:
7-
# interval: "weekly" # Check for updates weekly
1+
version: 2
2+
updates:
3+
# Docker dependencies (base image updates)
4+
- package-ecosystem: "docker"
5+
directory: "/" # Root path where your Dockerfile lives
6+
schedule:
7+
interval: "weekly"
88

9-
# # Helm dependencies (for chart dependency updates)
10-
# - package-ecosystem: "helm"
11-
# directory: "charts/my-kubernetes-app" # Path to your Helm chart directory
12-
# schedule:
13-
# interval: "weekly" # Check for updates weekly
14-
15-
# # GitHub Actions dependencies (for updating actions versions)
16-
# - package-ecosystem: "github-actions"
17-
# directory: ".github/workflows" # Path to GitHub Actions workflows directory
18-
# schedule:
19-
# interval: "weekly" # Check for updates weekly
9+
# GitHub Actions dependencies (action version updates)
10+
- package-ecosystem: "github-actions"
11+
directory: ".github/workflows"
12+
schedule:
13+
interval: "weekly"

0 commit comments

Comments
 (0)