We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd0422 commit 1ecf630Copy full SHA for 1ecf630
.github/renovate.json5
@@ -12,14 +12,14 @@
12
{
13
"groupName": "all patch versions",
14
"matchUpdateTypes": ["patch", "digest"],
15
- "schedule": ["before 8am on Tuesday"],
+ "schedule": ["* 0-7 * * 2"], // weekly, before 8am on Tuesday
16
"matchPackageNames": ["!io.opentelemetry**"]
17
},
18
19
// group all GitHub Actions updates into a single weekly PR
20
// (must be after patch rule so that it wins for GH Action patches)
21
"matchManagers": ["github-actions"],
22
- "extends": ["schedule:weekly"],
23
"groupName": "github actions"
24
25
0 commit comments