42 lines
No EOL
1,014 B
JSON
42 lines
No EOL
1,014 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchManagers": [
|
|
"pip_requirements"
|
|
],
|
|
"matchFileNames": [
|
|
"pyproject.toml",
|
|
"requirements.txt",
|
|
"requirements/*.txt"
|
|
]
|
|
},
|
|
{
|
|
"matchManagers": [
|
|
"dockerfile"
|
|
],
|
|
"matchFileNames": [
|
|
"Dockerfile",
|
|
"**/*.dockerfile",
|
|
"**/Dockerfile.*"
|
|
]
|
|
},
|
|
{
|
|
"matchManagers": [
|
|
"github-actions"
|
|
],
|
|
"matchFileNames": [
|
|
".forgejo/workflows/*.yml",
|
|
".forgejo/workflows/*.yaml",
|
|
".github/workflows/*.yml",
|
|
".github/workflows/*.yaml"
|
|
]
|
|
}
|
|
],
|
|
"labels": [
|
|
"dependencies"
|
|
]
|
|
} |