Skip to content

Commit cbf3eea

Browse files
committed
Migrate to renovate
1 parent 76e0117 commit cbf3eea

File tree

2 files changed

+50
-31
lines changed

2 files changed

+50
-31
lines changed

.github/dependabot.yml

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

.github/renovate.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended", "config:js-app"],
4+
"ignorePaths": ["**/node_modules/**"],
5+
"schedule": ["on friday"],
6+
"vulnerabilityAlerts": {
7+
"enabled": true
8+
},
9+
"osvVulnerabilityAlerts": true,
10+
"dependencyDashboard": true,
11+
"updateInternalDeps": true,
12+
"timezone": "Asia/Almaty",
13+
"lockFileMaintenance": {
14+
"enabled": true,
15+
"schedule": ["* 10 * * 5"],
16+
"automerge": true,
17+
"automergeType": "pr"
18+
},
19+
"automerge": false,
20+
"automergeType": "pr",
21+
"packageRules": [
22+
{
23+
"matchUpdateTypes": ["patch"],
24+
"minimumReleaseAge": "2 days"
25+
},
26+
{
27+
"matchUpdateTypes": ["minor"],
28+
"minimumReleaseAge": "7 days"
29+
},
30+
{
31+
"matchUpdateTypes": ["major"],
32+
"minimumReleaseAge": "14 days"
33+
},
34+
{
35+
"groupName": "the Bun group",
36+
"matchManagers": ["npm", "bun"],
37+
"matchUpdateTypes": ["minor", "patch"],
38+
"matchCurrentVersion": ">=1.0.0",
39+
"automerge": true,
40+
"automergeType": "pr"
41+
},
42+
{
43+
"groupName": "the GitHub Actions group",
44+
"matchManagers": ["github-actions"],
45+
"matchUpdateTypes": ["minor", "patch"],
46+
"automerge": true,
47+
"automergeType": "pr"
48+
}
49+
]
50+
}

0 commit comments

Comments
 (0)