Skip to content

Commit 4b6724e

Browse files
committed
Fix dependabot configuration: remove duplicate Docker entries
- Merge two overlapping Docker configurations into single entry - Resolves 'overlapping directories' error for docker ecosystem - Maintains all functionality with unified configuration
1 parent ebfba02 commit 4b6724e

1 file changed

Lines changed: 1 addition & 39 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,9 @@ updates:
2727
update-types:
2828
- "minor"
2929
- "patch"
30-
versioning-strategy: auto
3130
allow:
3231
- dependency-type: "direct"
3332
- dependency-type: "indirect"
34-
vendor: true
35-
# Security updates
36-
security-updates:
37-
enabled: true
38-
vulnerability-alerts:
39-
enabled: true
4033

4134
# GitHub Actions
4235
- package-ecosystem: "github-actions"
@@ -53,38 +46,8 @@ updates:
5346
prefix: "chore"
5447
include: "scope"
5548
open-pull-requests-limit: 10
56-
# Security updates for actions
57-
security-updates:
58-
enabled: true
5949

60-
# Docker dependencies
61-
- package-ecosystem: "docker"
62-
directory: "/"
63-
schedule:
64-
interval: "weekly"
65-
day: "tuesday"
66-
time: "10:00"
67-
timezone: "Etc/UTC"
68-
labels:
69-
- "dependencies"
70-
- "docker"
71-
commit-message:
72-
prefix: "chore"
73-
include: "scope"
74-
open-pull-requests-limit: 5
75-
security-updates:
76-
enabled: true
77-
reviewers:
78-
- "aws-samples/hostfactory-maintainers"
79-
assignees:
80-
- "aws-samples/hostfactory-maintainers"
81-
groups:
82-
actions:
83-
patterns:
84-
- "*"
85-
versioning-strategy: increase
86-
87-
# Docker dependencies
50+
# Docker dependencies (merged configuration)
8851
- package-ecosystem: "docker"
8952
directory: "/"
9053
schedule:
@@ -107,4 +70,3 @@ updates:
10770
docker:
10871
patterns:
10972
- "*"
110-
versioning-strategy: auto

0 commit comments

Comments
 (0)