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.
1 parent 08fb37b commit bfdfdf6Copy full SHA for bfdfdf6
renovate.json5
@@ -1,7 +1,13 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:recommended"
+ "config:recommended",
5
+ "github>aquaproj/aqua-renovate-config#2.2.1",
6
+ ],
7
+ "timezone": "Asia/Tokyo",
8
+ "schedule": [
9
+ // Run check at daytime on every weekend
10
+ "* 9-21 * * 0,6"
11
],
12
"enabledManagers": [
13
"github-actions",
0 commit comments