mirror of
https://github.com/jorijn/meshcore-stats.git
synced 2026-03-28 17:42:55 +01:00
19 lines
321 B
JSON
19 lines
321 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:best-practices"
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
},
|
|
"dependencyDashboard": true,
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"pinDigests": true
|
|
}
|
|
]
|
|
}
|