We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
config:recommended
1 parent cfadf6e commit 4e0bcfcCopy full SHA for 4e0bcfc
1 file changed
.github/renovate.json5
@@ -1,15 +1,14 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
+ "config:recommended",
5
// Refresh lock files on the first day of each month
6
// (still gated by dashboard approval for now)
7
":maintainLockFilesMonthly",
8
// Pin GitHub Actions to their commit SHA digests, resolving floating tags
9
// (e.g. `v4`) to the full SemVer version (e.g. `v4.1.2`)
10
"helpers:pinGitHubActionDigestsToSemver"
11
],
- // Let Renovatebot keep an opened issue that tracks our dependencies
12
- "dependencyDashboard": true,
13
// Require manual approval from the Dependency Dashboard before opening PRs
14
"dependencyDashboardApproval": true,
15
"packageRules": [
0 commit comments