Skip to content

Commit 8951065

Browse files
author
Konrad Michalik
authored
Merge pull request #60 from xima-media/renovate
build: add initial Renovate configuration for dependency management
2 parents dee6f02 + 0d663d2 commit 8951065

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

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+
"extends": [
4+
"github>jackd248/renovate-config",
5+
"github>jackd248/renovate-config:typo3-extension"
6+
],
7+
"ignorePaths": [
8+
"package-lock.json"
9+
]
10+
}

0 commit comments

Comments
 (0)