Skip to content
This repository was archived by the owner on Jun 3, 2023. It is now read-only.

Commit dd45a24

Browse files
Configure Renovate (#3)
* chore(deps): add renovate.json * chore: add renovate config Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: George Treviranus <[email protected]>
1 parent cc000bd commit dd45a24

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

renovate.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"rebaseStalePrs": true,
7+
"ignorePaths": ["**/node_modules/**"],
8+
"schedule": ["every 3 months on the first day of the month"]
9+
}

0 commit comments

Comments
 (0)