Skip to content

Commit a944a56

Browse files
authored
feat: add renovate.json (#306)
1 parent 2b67639 commit a944a56

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.github/renovate.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"enabledManagers": [
7+
"github-actions"
8+
],
9+
"packageRules": [
10+
{
11+
"matchManagers": [
12+
"github-actions"
13+
],
14+
"matchDepTypes": [
15+
"github-actions"
16+
],
17+
"matchFileNames": [
18+
".github/workflows/**"
19+
],
20+
"schedule": [
21+
"every weekend"
22+
],
23+
"labels": [
24+
"renovate/github-actions"
25+
],
26+
"groupName": "GitHub Actions updates"
27+
}
28+
]
29+
}

0 commit comments

Comments
 (0)