File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "retryOn429" : true ,
3- "ignorePatterns" : [
2+ "retryOn429" : true ,
3+ "ignorePatterns" : [
44 {
5- "pattern" : " ^https://github\\ .com/open-telemetry/opentelemetry-java-contrib/network/updates$"
5+ "pattern" : " ^https://github\\ .com/open-telemetry/opentelemetry-java-contrib/network/updates$"
6+ },
7+ {
8+ "pattern" : " ^https://github.com/open-telemetry/opentelemetry-java-contrib/pulls/app%2Fdependabot$"
69 }
710 ]
811}
Original file line number Diff line number Diff line change @@ -19,7 +19,9 @@ the second Monday of the month (roughly a couple of days after the monthly minor
1919## Preparing a new major or minor release
2020
2121* Check that [ dependabot has run] ( https://github.com/open-telemetry/opentelemetry-java-contrib/network/updates )
22- sometime in the past day.
22+ sometime in the past day and that all
23+ [ dependabot PRs] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pulls/app%2Fdependabot )
24+ have been merged.
2325 * Check that the OpenTelemetry SDK and Instrumentation versions have been updated to the latest release.
2426* Close the [ release milestone] ( https://github.com/open-telemetry/opentelemetry-java-contrib/milestones )
2527 if there is one.
You can’t perform that action at this time.
0 commit comments