Skip to content

Commit 6bbbd14

Browse files
chore: Configure Renovate (#98)
* Add renovate.json * chore: set renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: ajasnosz <ajasnosz@splunk.com>
1 parent f0c0746 commit 6bbbd14

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base",
5+
":semanticCommitTypeAll(chore)",
6+
":disableDependencyDashboard",
7+
"schedule:daily"
8+
],
9+
"baseBranches": ["develop"],
10+
"reviewers": ["ajasnosz"],
11+
"prConcurrentLimit": 20,
12+
"prHourlyLimit": 4,
13+
"lockFileMaintenance": { "enabled": true },
14+
"labels": ["dependencies"],
15+
"vulnerabilityAlerts": {
16+
"labels": ["dependencies", "security"]
17+
}
18+
}

0 commit comments

Comments
 (0)