Skip to content

Commit bfdfdf6

Browse files
committed
chore: Monitor aqua configuration
1 parent 08fb37b commit bfdfdf6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate.json5

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"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"
511
],
612
"enabledManagers": [
713
"github-actions",

0 commit comments

Comments
 (0)