Skip to content

Commit 7cc5581

Browse files
authored
chore: sync renovate config from obi (#2307)
1 parent a9f89c3 commit 7cc5581

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

.github/renovate.json5

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
{
22
$schema: "https://docs.renovatebot.com/renovate-schema.json",
33
extends: ["config:best-practices", "helpers:pinGitHubActionDigestsToSemver"],
4-
ignorePaths: ["NOTICES/**"],
4+
ignorePaths: [
5+
// github.com/Shopify/sarama has been moved to github.com/IBM/sarama
6+
// but we keep supporting the go-offsets for the outdated library, which must not
7+
// be updated.
8+
"configs/offsets/shopify/**",
9+
"NOTICES/**",
10+
],
511
packageRules: [
612
{
713
groupName: "all patch and digest versions",
@@ -16,13 +22,9 @@
1622
},
1723
{
1824
description: "Disable Go 1.17 testserver updates",
19-
matchFileNames: [
20-
"internal/test/integration/components/testserver_1.17/Dockerfile",
21-
"internal/test/integration/components/testserver_1.17/go.mod",
22-
"internal/test/integration/components/testserver_1.17/go.sum",
23-
],
24-
matchDatasources: ["*"],
25-
matchPackageNames: ["*"],
25+
matchFileNames: ["internal/test/integration/components/testserver_1.17"],
26+
matchDatasources: ["docker"],
27+
matchPackageNames: ["golang"],
2628
enabled: false,
2729
},
2830
],

0 commit comments

Comments
 (0)