Skip to content

Commit f3ebe31

Browse files
fleroux514ahanoff
andauthored
feat: configure renovate for automated dependencies updates (#53)
Co-authored-by: Akhan Zhakiyanov <[email protected]>
1 parent 1076ef8 commit f3ebe31

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base",
5+
":automergeMinor"
6+
],
7+
"labels": ["dependencies"],
8+
"vulnerabilityAlerts": {
9+
"labels": ["security"]
10+
}
11+
}

0 commit comments

Comments
 (0)