Skip to content

Commit 2531e5c

Browse files
chore: Configure Renovate (#17)
* Add renovate.json * feat: group github actions updates --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Edgar Ramírez-Mondragón <[email protected]>
1 parent 006c809 commit 2531e5c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

renovate.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"matchDatasources": [
9+
"github-actions"
10+
],
11+
"groupName": "github-actions"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)