-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use hosted presets in base Renovate config (#35)
* Update changelog to stage 0.3.9 * Update base renovate config to inherit from hosted presets * Add note about renovate preset config
- Loading branch information
Showing
3 changed files
with
12 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,7 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"description": "Renovate configuration recommended by the Wayfair OSPO", | ||
"labels": [ | ||
"renovate/{{depName}}" | ||
], | ||
"description": "Wayfair OSPO recommended presets (https://github.com/wayfair/ospo-automation/blob/main/default.json)", | ||
"extends": [ | ||
"config:base", | ||
":dependencyDashboard", | ||
":rebaseStalePrs" | ||
], | ||
"schedule": [ | ||
"before 3am every weekday" | ||
], | ||
"enabledManagers": [ | ||
"github-actions" | ||
], | ||
"packageRules": [ | ||
{ | ||
"matchUpdateTypes": ["minor", "patch", "pin", "digest"], | ||
"groupName": "Minor Updates", | ||
"automerge": true | ||
}, | ||
{ | ||
"matchManagers": ["github-actions"], | ||
"groupName": "GitHub Actions" | ||
} | ||
"github>wayfair/ospo-automation" | ||
] | ||
} |