Skip to content

Commit 5c12e7e

Browse files
committed
chore: switch to default Renovate config, exempt scratch-vm
1 parent 5be5590 commit 5c12e7e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

renovate.json5

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33

44
"extends": [
5-
"github>LLK/scratch-renovate-config:conservative"
5+
"github>LLK/scratch-renovate-config"
66
],
77

88
"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.
1111
{
12+
"description": "don't bump scratch-render version when updating scratch-vm",
1213
"matchPackageNames": ["scratch-vm"],
13-
"automerge": false
14+
"semanticCommitType": "test" // scratch-vm is a dependency of scratch-render tests only
1415
}
1516
]
1617
}

0 commit comments

Comments
 (0)