Browse Source

Use base config for Renovate (#213)

pull/214/head
Oscar Hinton 2 years ago committed by GitHub
parent
commit
2df7d9fdba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 13
      .github/renovate.json

13
.github/renovate.json

@ -1,17 +1,6 @@ @@ -1,17 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"github>bitwarden/renovate-config:pin-actions",
":combinePatchMinorReleases",
":dependencyDashboard",
":maintainLockFilesWeekly",
":pinAllExceptPeerDependencies",
":prConcurrentLimit10",
":rebaseStalePrs",
"schedule:weekends",
":separateMajorReleases"
],
"extends": ["github>bitwarden/renovate-config"],
"enabledManagers": ["dockerfile", "docker-compose", "github-actions"],
"packageRules": [
{

Loading…
Cancel
Save