Skip to content

Commit 106311b

Browse files
authored
Update and rename renovate.json to renovate.json5
1 parent 588cddc commit 106311b

File tree

2 files changed

+32
-7
lines changed

2 files changed

+32
-7
lines changed

renovate.json

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

renovate.json5

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"matchManagers": ["github-actions"],
9+
"matchUpdateTypes": [
10+
"major",
11+
"minor",
12+
"patch"
13+
],
14+
"groupName": "github actions"
15+
},
16+
{
17+
"packagePatterns": ["ubuntu"],
18+
"managers": ["github-actions"],
19+
"enabled": false
20+
},
21+
{
22+
"matchUpdateTypes": ["patch"],
23+
"enabled": true,
24+
"minimumReleaseAge": "14",
25+
// Check for updates on the 1st of the month between midnight and 4am
26+
"schedule": ["* 0-4 1 * *"]
27+
}
28+
],
29+
"labels": ["dependencies"],
30+
"dependencyDashboard": false,
31+
"assigneesFromCodeOwners": true
32+
}

0 commit comments

Comments
 (0)