chore(ci): Be explicit in renovate updates

This commit is contained in:
Ed Page 2024-01-24 08:40:56 -06:00
parent e819db4af6
commit 0b029063fe

View file

@ -73,6 +73,7 @@
matchCurrentVersion: '>=1.0.0', matchCurrentVersion: '>=1.0.0',
matchUpdateTypes: [ matchUpdateTypes: [
'minor', 'minor',
'patch',
], ],
enabled: false, enabled: false,
}, },
@ -100,6 +101,7 @@
matchCurrentVersion: '>=1.0.0', matchCurrentVersion: '>=1.0.0',
matchUpdateTypes: [ matchUpdateTypes: [
'minor', 'minor',
'patch',
], ],
automerge: true, automerge: true,
groupName: 'compatible (dev)', groupName: 'compatible (dev)',