Skip to content

Commit b8d3a62

Browse files
authored
chore(deps): use renovate because dependabot did not update npm deps (#90)
Signed-off-by: slonka <slonka@users.noreply.github.com>
1 parent 7d1d210 commit b8d3a62

2 files changed

Lines changed: 15 additions & 29 deletions

File tree

.github/dependabot.yml

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

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"Kong/public-shared-renovate:backend",
5+
"kumahq/kuma//.renovate/security"
6+
],
7+
"enabledManagers": [
8+
"custom.regex",
9+
"dockerfile",
10+
"github-actions",
11+
"gomod",
12+
"npm"
13+
],
14+
"ignorePaths": []
15+
}

0 commit comments

Comments
 (0)