Skip to content

Commit 4e0bcfc

Browse files
committed
renovate: Extend config:recommended preset
1 parent cfadf6e commit 4e0bcfc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/renovate.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4+
"config:recommended",
45
// Refresh lock files on the first day of each month
56
// (still gated by dashboard approval for now)
67
":maintainLockFilesMonthly",
78
// Pin GitHub Actions to their commit SHA digests, resolving floating tags
89
// (e.g. `v4`) to the full SemVer version (e.g. `v4.1.2`)
910
"helpers:pinGitHubActionDigestsToSemver"
1011
],
11-
// Let Renovatebot keep an opened issue that tracks our dependencies
12-
"dependencyDashboard": true,
1312
// Require manual approval from the Dependency Dashboard before opening PRs
1413
"dependencyDashboardApproval": true,
1514
"packageRules": [

0 commit comments

Comments
 (0)