Skip to content

Commit fff3e43

Browse files
authored
chore: added only renovate config
1 parent e2db801 commit fff3e43

File tree

2 files changed

+17
-28
lines changed

2 files changed

+17
-28
lines changed

.github/workflows/renovate.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

renovate.json

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
{
2-
"extends": ["config:base"],
3-
"packageRules": [
4-
{
5-
"packagePatterns": ["^github-actions/"],
6-
"groupName": "GitHub Actions",
7-
"schedule": ["daily"]
8-
}
9-
]
10-
}
11-
2+
"extends": [
3+
"config:recommended"
4+
],
5+
"packageRules": [
6+
{
7+
"matchUpdateTypes": [
8+
"minor",
9+
"patch"
10+
],
11+
"automerge": false
12+
}
13+
],
14+
"timezone": "America/Toronto",
15+
"schedule": [
16+
"After 11:30pm"
17+
]
18+
}

0 commit comments

Comments
 (0)