Skip to content

Commit e7b5ee0

Browse files
committed
ci: Replace Dependabot with Renovatebot
1 parent ee420b9 commit e7b5ee0

File tree

2 files changed

+43
-9
lines changed

2 files changed

+43
-9
lines changed

.github/dependabot.yml

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

.github/renovate.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"commitMessageLowerCase": "never",
7+
"labels": [
8+
"dependencies"
9+
],
10+
"prConcurrentLimit": 0,
11+
"prHourlyLimit": 0,
12+
"schedule": [
13+
"* 0-7 * * 1"
14+
],
15+
"github-actions": {
16+
"addLabels": [
17+
"skip changelog"
18+
],
19+
"packageRules": [
20+
{
21+
"groupName": "GitHub Actions",
22+
"matchPackageNames": [
23+
"actions/**",
24+
"github/**"
25+
]
26+
},
27+
{
28+
"enabled": false,
29+
"matchUpdateTypes": [
30+
"digest"
31+
]
32+
},
33+
{
34+
"automerge": true,
35+
"matchUpdateTypes": [
36+
"minor",
37+
"patch"
38+
],
39+
"matchCurrentVersion": "!/^0/"
40+
}
41+
]
42+
}
43+
}

0 commit comments

Comments
 (0)