Skip to content

Commit b44cf1c

Browse files
authored
chore: add renovate configuration (#129)
- Add renovate configuration based on detected tech stack - Configure automated dependency updates Refs: IN-948
1 parent 0ad0f7c commit b44cf1c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>zextras/infra-renovate-config",
5+
"github>zextras/infra-renovate-config:docker",
6+
"github>zextras/infra-renovate-config:javascript"
7+
]
8+
}

0 commit comments

Comments
 (0)