Skip to content

Commit bda3de5

Browse files
committed
CI: Increase frequency of Dependabot checks to "weekly"
1 parent a654983 commit bda3de5

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
@@ -4,12 +4,12 @@ updates:
44
- package-ecosystem: "pip"
55
directory: "/"
66
schedule:
7-
interval: "monthly"
7+
interval: "weekly"
88

99
- package-ecosystem: "docker"
1010
directory: "/release/oci"
1111
schedule:
12-
interval: "monthly"
12+
interval: "weekly"
1313

1414
- package-ecosystem: "github-actions"
1515
directory: "/"

0 commit comments

Comments
 (0)