Skip to content

Commit

Permalink
[chore] Suppress renovatebot edit notification (open-telemetry#29844)
Browse files Browse the repository at this point in the history
![image](https://github.com/open-telemetry/opentelemetry-collector-contrib/assets/12352919/0797a8fe-3eca-484d-b8d1-4f8a6e6994db)

That comment will appear on every single renovatebot PR since we use
opentlemetrybot to do the `make gotidy`. They don't provide value so
this PR suppresses them.
  • Loading branch information
TylerHelmuth committed Dec 12, 2023
1 parent d35288a commit 68ceaa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
"github.com/mattn/go-ieproxy",
"github.com/DataDog/datadog-agent/pkg/trace/exportable"
],
"prConcurrentLimit": 50
"prConcurrentLimit": 50,
"suppressNotifications": ["prEditedNotification"]
}

0 comments on commit 68ceaa9

Please sign in to comment.