Skip to content

Commit d2dc8ee

Browse files
feat: add renovate.json (#371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ee7dd93 commit d2dc8ee

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

.github/dependabot.yml

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

.github/renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"timezone": "Europe/Madrid",
4+
"schedule": ["on friday"],
5+
"extends": ["config:base"],
6+
"prHeader": "Express TypeScript Skeleton",
7+
"assignees": ["borjapazr"],
8+
"labels": ["chore:update", "dependencies"],
9+
"ignoreDeps": ["read-pkg"]
10+
}

0 commit comments

Comments
 (0)