Skip to content

Commit bac1bff

Browse files
committed
fix: update renovate config
1 parent 39b6192 commit bac1bff

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/renovate.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended", ":dependencyDashboard"],
44
"enabledManagers": ["mise", "gomod", "github-actions"],
5+
"minimumReleaseAge": "1 days",
56
"packageRules": [
6-
{
7-
"description": "Automerge minor and patch updates after one day",
7+
{
8+
"description": "Automerge minor and patch updates",
89
"matchUpdateTypes": ["minor", "patch"],
9-
"minimumReleaseAge": "1 days",
1010
"automerge": true
1111
},
1212
{
13-
"description": "Automerge all GitHub Actions updates after one day",
13+
"description": "Automerge all GitHub Actions updates",
1414
"matchManagers": ["github-actions"],
15-
"minimumReleaseAge": "1 days",
1615
"automerge": true
17-
},
16+
}
1817
{
1918
"description": "Group all Go updates together",
2019
"matchManagers": ["mise", "gomod"],

0 commit comments

Comments
 (0)