File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 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" ,
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 ] ,
You can’t perform that action at this time.
0 commit comments