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

Commit

Permalink
Merge pull request #45 from CESNET/renovate-config
Browse files Browse the repository at this point in the history
ci: add renovate config
  • Loading branch information
Dominik František Bučík authored Nov 30, 2021
2 parents 6b54337 + 25c2c91 commit 7917341
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"extends": [
"config:base",
":automergeBranch",
":automergeLinters",
":automergeTesters",
":enableVulnerabilityAlertsWithLabel(security)",
":maintainLockFilesWeekly",
":pinOnlyDevDependencies",
":prNotPending",
":rebaseStalePrs",
":semanticCommits",
"npm:unpublishSafe"
],
"stabilityDays": 3,
"transitiveRemediation": true
}

0 comments on commit 7917341

Please sign in to comment.