2024-08-12 09:09:23 +00:00
|
|
|
{
|
2024-08-12 10:10:13 +00:00
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2024-08-27 09:00:08 +02:00
|
|
|
"extends": ["local>forgejo/renovate-config"],
|
2024-11-12 15:14:00 +01:00
|
|
|
"prConcurrentLimit": 1,
|
2024-08-27 09:00:08 +02:00
|
|
|
"packageRules": [
|
2025-07-28 20:06:21 +02:00
|
|
|
{
|
|
|
|
|
"description": "Separate minor and patch for some packages",
|
|
|
|
|
"matchDepNames": ["github.com/rhysd/actionlint"],
|
|
|
|
|
"separateMinorPatch": true
|
2024-08-27 09:00:08 +02:00
|
|
|
}
|
2025-07-15 21:31:02 +00:00
|
|
|
],
|
2025-09-08 08:41:21 +00:00
|
|
|
"labels": ["Kind/DependencyUpdate", "run-end-to-end-tests"],
|
2025-07-31 10:01:23 +02:00
|
|
|
"ignorePaths": ["**/testdata/**", "**/node_modules/**"]
|
2024-08-12 09:09:23 +00:00
|
|
|
}
|