File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
"$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3
3
4
4
"extends" : [
5
- "github>LLK/scratch-renovate-config:conservative "
5
+ "github>LLK/scratch-renovate-config"
6
6
] ,
7
7
8
8
"packageRules" : [
9
- // Don't auto-merge scratch-vm since that will cause a never-ending cycle of dependency updates. Ideally, updating
10
- // scratch-vm in scratch-render shouldn't make a scratch-render release. Once that's true we can remove this rule .
9
+ // Don't bump scratch-render's version number when merging a scratch-vm update
10
+ // since that will cause a never-ending cycle of dependency updates .
11
11
{
12
+ "description" : "don't bump scratch-render version when updating scratch-vm" ,
12
13
"matchPackageNames" : [ "scratch-vm" ] ,
13
- "automerge " : false
14
+ "semanticCommitType " : "test" // scratch-vm is a dependency of scratch-render tests only
14
15
}
15
16
]
16
17
}
You can’t perform that action at this time.
0 commit comments