We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bd819 commit 0a0f3c3Copy full SHA for 0a0f3c3
renovate.json
@@ -3,6 +3,11 @@
3
"config:recommended"
4
],
5
"packageRules": [
6
+ {
7
+ "description": "Update @markmetcalfe packages every hour",
8
+ "matchPackageNames": ["@markmetcalfe/*"],
9
+ "schedule": ["* * * * *"]
10
+ },
11
{
12
"matchPackagePatterns": [
13
"*"
@@ -49,5 +54,5 @@
49
54
},
50
55
"platformAutomerge": true,
51
56
"timezone": "Pacific/Auckland",
52
- "schedule": "0 6 1-7 * 1"
57
+ "schedule": "* * 1 * *"
53
58
}
0 commit comments