Skip to content

Commit

Permalink
Use base config for Renovate (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton authored Feb 12, 2024
1 parent ad7cf4f commit 809bc2c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -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", "github-actions", "npm", "nuget", "pipenv"],
"packageRules": [
{
Expand Down

0 comments on commit 809bc2c

Please sign in to comment.