Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
{
// this is to reduce the number of renovate PRs by consolidating them into a weekly batch
"matchManagers": ["github-actions"],
"extends": ["schedule:weekly"],
"groupName": "github actions",
"separateMinorPatch": false // overrides separateMinorPatch specified above
Copy link
Member Author

Choose a reason for hiding this comment

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

separateMinorPatch was a copy-pasta from instrumentation repo

// temporarily commenting out schedule in order to get an initial PR
// "extends": ["schedule:weekly"],
"groupName": "github actions"
},
{
"matchPackageNames": [
Expand Down
Loading