Skip to content

Commit 8998e4c

Browse files
committed
Changes the dependabot directories
After the restructure of oc-mirror to bring v2 to the root folder, the dependabot directories needs to change to recognize the new repo layout. Signed-off-by: Alex Guidi <[email protected]>
1 parent 6dc33cc commit 8998e4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
updates:
33
# Configuration for the oc-mirror v1 go mod (weekly security-updates)
44
- package-ecosystem: "gomod"
5-
directory: "/"
5+
directory: "/v1"
66
schedule:
77
interval: "weekly"
88
# Disable version updates, only allow security updates
@@ -14,7 +14,7 @@ updates:
1414

1515
# Configuration for the oc-mirror v2 go module (monthly version updates)
1616
- package-ecosystem: "gomod"
17-
directory: "/v2"
17+
directory: "/"
1818
schedule:
1919
interval: "monthly"
2020
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)