Skip to content

Commit d42ff12

Browse files
authored
fixes parser issue in the dependabot yaml (#1251)
1 parent c8f5a8b commit d42ff12

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ updates:
2222
oc-mirror-v2-version-updates:
2323
applies-to: version-updates
2424
patterns: [ "*" ]
25-
26-
# Configuration for the oc-mirror v2 go module (weekly security updates)
27-
- package-ecosystem: "gomod"
28-
directory: "/v2"
29-
schedule:
30-
interval: "weekly"
31-
open-pull-requests-limit: 10
32-
groups:
3325
oc-mirror-v2-security-updates:
3426
applies-to: security-updates
35-
patterns: [ "*" ]
27+
patterns: [ "*" ]

0 commit comments

Comments
 (0)