Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 7917341

Browse files
author
Dominik František Bučík
authored
Merge pull request #45 from CESNET/renovate-config
ci: add renovate config
2 parents 6b54337 + 25c2c91 commit 7917341

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

renovate.json

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"extends": [
3+
"config:base",
4+
":automergeBranch",
5+
":automergeLinters",
6+
":automergeTesters",
7+
":enableVulnerabilityAlertsWithLabel(security)",
8+
":maintainLockFilesWeekly",
9+
":pinOnlyDevDependencies",
10+
":prNotPending",
11+
":rebaseStalePrs",
12+
":semanticCommits",
13+
"npm:unpublishSafe"
14+
],
15+
"stabilityDays": 3,
16+
"transitiveRemediation": true
17+
}

0 commit comments

Comments
 (0)