mirror of
https://github.com/nikolaik/docker-python-nodejs.git
synced 2025-09-05 23:27:57 +03:00
18 lines
307 B
JSON
18 lines
307 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"configMigration": true,
|
|
"packageRules": [
|
|
{
|
|
"groupName": "ruff",
|
|
"matchDepNames": [
|
|
"ruff"
|
|
],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"platformAutomerge": true
|
|
}
|