onedrive / renovate.json
ImPekaaboo
first commit
5db682b
raw
history blame contribute delete
No virus
300 Bytes
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommits"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}