Skip to content

Commit

Permalink
feat(renovate): Enable dependency dashboard for golang-samples (#3555)
Browse files Browse the repository at this point in the history
and ensure correct labeling to avoid SLO warnings.

Co-authored-by: Eric Schmidt <[email protected]>
  • Loading branch information
muncus and telpirion authored Nov 9, 2023
1 parent 28cfb8e commit f2e5277
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"extends": [
"config:base",
"schedule:weekly",
":disableDependencyDashboard"
"schedule:weekly"
],
"dependencyDashboardLabels": [
"type: process"
],
"semanticCommits": false,
"postUpdateOptions": [
Expand Down Expand Up @@ -30,5 +32,4 @@
"enabled": false
}
]
}
}

0 comments on commit f2e5277

Please sign in to comment.