mirror of
https://github.com/ivuorinen/aeonview.git
synced 2026-02-02 08:42:04 +00:00
17 lines
263 B
JSON
17 lines
263 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"github>ivuorinen/renovate-config"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"managers": [
|
|
"github-actions"
|
|
],
|
|
"schedule": [
|
|
"daily"
|
|
]
|
|
}
|
|
]
|
|
}
|