File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3
3
"extends" : [
4
- "config:base"
4
+ "config:recommended" ,
5
+ "docker:pinDigests" ,
6
+ "helpers:pinGitHubActionDigests"
5
7
] ,
6
8
"packageRules" : [
9
+ {
10
+ // this is to reduce the number of renovate PRs by consolidating them into a weekly batch
11
+ "matchManagers" : [ "github-actions" ] ,
12
+ "extends" : [ "schedule:weekly" ] ,
13
+ "groupName" : "github actions" ,
14
+ "separateMinorPatch" : false // overrides separateMinorPatch specified above
15
+ } ,
7
16
{
8
17
"matchPackageNames" : [
9
18
"io.opentelemetry:**" ,
16
25
// of that release instead of the unstable version for a future release
17
26
"ignoreUnstable" : false
18
27
} ,
19
- {
20
- "matchPackagePrefixes" : [ "ch.qos.logback:" ] ,
21
- "groupName" : "logback packages"
22
- } ,
23
- {
24
- "matchPackagePrefixes" : [ "io.micrometer:" ] ,
25
- "groupName" : "micrometer packages"
26
- } ,
27
28
{
28
29
// prevent 3.0.1u2 -> 3.0.1
29
30
"matchPackageNames" : [ "com.google.code.findbugs:annotations" ] ,
You can’t perform that action at this time.
0 commit comments