Skip to content

chore(renovate): disable Dependency Dashboard issue - #56

Merged
nicobistolfi merged 1 commit into
mainfrom
vigilante/issue-53-disable-renovate-dependency-dashboard-issue-via-renovate-json
Aug 11, 2026
Merged

chore(renovate): disable Dependency Dashboard issue#56
nicobistolfi merged 1 commit into
mainfrom
vigilante/issue-53-disable-renovate-dependency-dashboard-issue-via-renovate-json

Conversation

@nicobistolfi

Copy link
Copy Markdown
Contributor

Summary

  • Add "dependencyDashboard": false to renovate.json so Renovate stops creating/reopening the Dependency Dashboard issue.
  • dependencyDashboardAutoclose only auto-closes the dashboard once it has nothing left to report; it does not prevent Renovate from creating or reopening it, which is why issue Dependency Dashboard #3 stays open.
  • extends: ["config:recommended"] and all other Renovate settings are unchanged.

Closes #53

Test plan

  • python3 -m json.tool renovate.json — confirms valid JSON
  • npx --yes --package renovate -- renovate-config-validator renovate.json — confirms the config validates against the Renovate schema ("Config validated successfully")
  • Manual: confirm on the next scheduled Renovate run that no new Dependency Dashboard content is posted/updated on this repository

Add dependencyDashboard: false so Renovate stops creating/reopening
the Dependency Dashboard issue; dependencyDashboardAutoclose alone
only closes it once empty, it doesn't stop Renovate from recreating it.
@coderabbitai

coderabbitai Bot commented Aug 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 48aa15cb-a96c-4911-90d7-a57c8b34db65

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@sonarqubecloud

Copy link
Copy Markdown

@codecov

codecov Bot commented Aug 11, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions

Copy link
Copy Markdown

📊 Benchmark & Profile Results

Performance Summary

  • Throughput: N/A paragraphs/second
  • Mean time per paragraph: N/A
  • Nanoseconds per operation: 444163 ns/op

🔍 Interactive Profile Visualizations

View the interactive profile graphs directly in your browser:

📈 View CPU Profile →

  • Download the artifact benchmark-profiles-328950dc0efd37b463f690d614a84d6f5b667a99
  • Open cpu_profile.html in your browser

💾 View Memory Profile →

  • Download the artifact benchmark-profiles-328950dc0efd37b463f690d614a84d6f5b667a99
  • Open memory_profile.html in your browser

CPU Profile (Top 20)

File: deidentify.test
Build ID: f1b10fe871506f484c4d7c44a8c8012b97f0043d
Type: cpu
Time: 2026-08-11 17:42:41 UTC
Duration: 78.66s, Total samples = 192.60s (244.86%)
Showing nodes accounting for 185.10s, 96.11% of 192.60s total
Dropped 276 nodes (cum <= 0.96s)
Showing top 20 nodes out of 51
      flat  flat%   sum%        cum   cum%
    50.77s 26.36% 26.36%     58.40s 30.32%  regexp.(*machine).add
    29.93s 15.54% 41.90%     65.65s 34.09%  regexp.(*Regexp).tryBacktrack
    27.10s 14.07% 55.97%     72.11s 37.44%  regexp.(*machine).step
    23.26s 12.08% 68.05%     41.24s 21.41%  regexp/syntax.(*Inst).MatchRunePos
    17.77s  9.23% 77.27%     17.93s  9.31%  unicode.SimpleFold
    10.04s  5.21% 82.49%     10.05s  5.22%  regexp.(*bitState).shouldVisit (inline)
     4.72s  2.45% 84.94%      7.4...

Memory Profile (Top 20)

File: deidentify.test
Build ID: f1b10fe871506f484c4d7c44a8c8012b97f0043d
Type: alloc_space
Time: 2026-08-11 17:44:30 UTC
Showing nodes accounting for 1102.30MB, 99.32% of 1109.88MB total
Dropped 47 nodes (cum <= 5.55MB)
Showing top 20 nodes out of 35
      flat  flat%   sum%        cum   cum%
  346.09MB 31.18% 31.18%   805.72MB 72.59%  regexp.(*Regexp).replaceAll
  300.58MB 27.08% 58.26%  1106.30MB 99.68%  regexp.(*Regexp).ReplaceAllStringFunc
  270.16MB 24.34% 82.61%   270.66MB 24.39%  regexp.(*Regexp).get
  146.04MB 13.16% 95.77%   173.42MB 15.63%  regexp.(*Regexp).ReplaceAllStringFunc.func1
   20.50MB  1.85% 97.61%    20.50MB  1.85%  regexp.(*machine).alloc (inline)
   13.91MB  1.25% 98.87%    13.91MB  1.25%  regexp.(*bitState).reset
       2MB  0.18% 99.05%    21.51MB  1.94%  regexp.(*...

📥 All Artifacts Available

Download the complete profiling package from the workflow artifacts:

  • 🌐 HTML Reports: cpu_profile.html, memory_profile.html (interactive visualizations)
  • 📊 Graphs: CPU & Memory SVG/PNG files
  • 📝 Text Reports: Full profiling data in text format
  • 🎯 Focused Analysis: Deidentify-specific function profiling
  • 📋 Raw Profiles: .prof files for custom analysis
Full Benchmark Output
goos: linux
goarch: amd64
pkg: github.com/aliengiraffe/deidentify
cpu: AMD EPYC 9V74 80-Core Processor                
BenchmarkParagraphDeidentification-4           	   81372	    444163 ns/op	   10697 B/op	      48 allocs/op
BenchmarkParagraphDeidentificationParallel-4   	  184468	    195343 ns/op	    8794 B/op	      47 allocs/op
PASS
ok  	github.com/aliengiraffe/deidentify	78.676s
goos: linux
goarch: amd64
pkg: github.com/aliengiraffe/deidentify
cpu: AMD EPYC 9V74 80-Core Processor                
BenchmarkParagraphDeidentification-4           	   26863	    443209 ns/op
BenchmarkParagraphDeidentificationParallel-4   	   60562	    196984 ns/op
PASS
ok  	github.com/aliengiraffe/deidentify	30.395s
goos: linux
goarch: amd64
pkg: github.com/aliengiraffe/deidentify
cpu: AMD EPYC 9V74 80-Core Processor                
BenchmarkParagraphDeidentificationParallel-4   	   61008	    198401 ns/op
PASS
ok  	github.com/aliengiraffe/deidentify	14.132s


Generated by Benchmark & Profile workflow run #31518912909 • Updated: Tue, 11 Aug 2026 17:44:59 GMT

@aotarola aotarola left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💚

@nicobistolfi
nicobistolfi merged commit d6281f9 into main Aug 11, 2026
9 checks passed
@nicobistolfi
nicobistolfi deleted the vigilante/issue-53-disable-renovate-dependency-dashboard-issue-via-renovate-json branch August 11, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable Renovate Dependency Dashboard issue via renovate.json

2 participants