Skip to content

Commit dee4649

Browse files
authored
Update renovate config (open-telemetry#2106)
1 parent 8e60862 commit dee4649

File tree

3 files changed

+26
-28
lines changed

3 files changed

+26
-28
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/renovate.json5

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
"docker:pinDigests",
6+
"helpers:pinGitHubActionDigestsToSemver"
7+
],
8+
"packageRules": [
9+
{
10+
// reduces the number of Renovate PRs
11+
// (patch updates are typically non-breaking)
12+
"groupName": "all patch versions",
13+
"matchUpdateTypes": ["patch"],
14+
"schedule": ["before 8am every weekday"]
15+
},
16+
{
17+
// avoids these Renovate PRs from trickling in throughout the week
18+
// (consolidating the review process)
19+
"matchUpdateTypes": ["minor", "major"],
20+
"schedule": ["before 8am on Monday"]
21+
}
22+
],
23+
"labels": [
24+
"dependencies"
25+
]
26+
}

renovate.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)