mirror of
https://github.com/ivuorinen/actions.git
synced 2026-01-26 11:34:00 +00:00
34 lines
557 B
JSON
34 lines
557 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>ivuorinen/renovate-config"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": [
|
|
"minor",
|
|
"patch"
|
|
],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchDepTypes": [
|
|
"devDependencies"
|
|
],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"schedule": [
|
|
"before 4am on monday"
|
|
],
|
|
"vulnerabilityAlerts": {
|
|
"labels": [
|
|
"security"
|
|
],
|
|
"assignees": [
|
|
"ivuorinen"
|
|
]
|
|
}
|
|
}
|