We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 341339d + 8998e4c commit 8fbbf27Copy full SHA for 8fbbf27
.github/dependabot.yml
@@ -2,7 +2,7 @@ version: 2
2
updates:
3
# Configuration for the oc-mirror v1 go mod (weekly security-updates)
4
- package-ecosystem: "gomod"
5
- directory: "/"
+ directory: "/v1"
6
schedule:
7
interval: "weekly"
8
# Disable version updates, only allow security updates
@@ -14,7 +14,7 @@ updates:
14
15
# Configuration for the oc-mirror v2 go module (monthly version updates)
16
17
- directory: "/v2"
+ directory: "/"
18
19
interval: "monthly"
20
open-pull-requests-limit: 10
0 commit comments