Skip to content

Commit 4af0ec7

Browse files
authored
Pin github actions and docker images (#1691)
1 parent a7876ca commit 4af0ec7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/renovate.json5

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended",
5+
"docker:pinDigests",
6+
"helpers:pinGitHubActionDigests"
57
],
68
"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+
},
716
{
817
"matchPackageNames": [
918
"io.opentelemetry:**",
@@ -16,14 +25,6 @@
1625
// of that release instead of the unstable version for a future release
1726
"ignoreUnstable": false
1827
},
19-
{
20-
"matchPackagePrefixes": ["ch.qos.logback:"],
21-
"groupName": "logback packages"
22-
},
23-
{
24-
"matchPackagePrefixes": ["io.micrometer:"],
25-
"groupName": "micrometer packages"
26-
},
2728
{
2829
// prevent 3.0.1u2 -> 3.0.1
2930
"matchPackageNames": ["com.google.code.findbugs:annotations"],

0 commit comments

Comments
 (0)