Skip to content

Commit c733afa

Browse files
authored
fix(renovate): disable dashboard (#516)
1 parent 94a64c8 commit c733afa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json5

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
33
extends: [
4-
":disableDependencyDashboard",
5-
":docker",
6-
":disableRateLimiting",
7-
":enableVulnerabilityAlertsWithLabel(security)",
84
"config:recommended",
95
"docker:pinDigests",
106
"helpers:pinGitHubActionDigestsToSemver",
117
"security:openssf-scorecard",
8+
":disableDependencyDashboard",
9+
":docker",
10+
":disableRateLimiting",
11+
":enableVulnerabilityAlertsWithLabel(security)",
1212
],
1313
"git-submodules": {
1414
enabled: true,

0 commit comments

Comments
 (0)