Skip to content

Commit 9e21e59

Browse files
authored
Switch from dependabot to renovate (#10567)
1 parent f7aab5a commit 9e21e59

File tree

2 files changed

+43
-21
lines changed

2 files changed

+43
-21
lines changed

.github/dependabot.yml

-21
This file was deleted.

.github/renovate.json5

+43
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"dependencyDashboard": true,
4+
"suppressNotifications": ["prEditedNotification"],
5+
"extends": ["config:recommended"],
6+
"labels": ["internal"],
7+
"schedule": ["before 4am on Monday"],
8+
"separateMajorMinor": false,
9+
"enabledManagers": [
10+
"github-actions",
11+
"pre-commit",
12+
"cargo",
13+
"pep621",
14+
"npm",
15+
],
16+
"pep621": {
17+
"fileMatch": [
18+
"^(python|scripts)/.*pyproject\\.toml$",
19+
],
20+
},
21+
"npm": {
22+
"fileMatch": [
23+
"^playground/.*package\\.json$",
24+
],
25+
},
26+
"pre-commit": {
27+
"enabled": true,
28+
},
29+
"packageRules": [
30+
{
31+
// Group upload/download artifact updates, the versions are dependent
32+
"groupName": "Artifact GitHub Actions dependencies",
33+
"matchManagers": ["github-actions"],
34+
"matchPackagePatterns": ["actions/.*-artifact"],
35+
"description": "Weekly update of artifact-related GitHub Actions dependencies",
36+
},
37+
{
38+
"groupName": "pre-commit dependencies",
39+
"matchManagers": ["pre-commit"],
40+
"description": "Weekly update of pre-commit dependencies",
41+
},
42+
]
43+
}

0 commit comments

Comments
 (0)