File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11paths :
2- - path : " *.md"
3- reason : " Documentation"
4- - path : " /catalog-info.yaml"
5- reason : " Backstage metadata"
6- - path : " **/.claude/**"
7- reason : " Claude Code configuration and skills, not library code"
8- - path : " /renovate.json5"
9- reason : " Renovate configuration"
2+ - path : ' *.md'
3+ reason : ' Documentation'
4+ - path : ' /catalog-info.yaml'
5+ reason : ' Backstage metadata'
6+ - path : ' **/.claude/**'
7+ reason : ' Claude Code configuration and skills, not library code'
8+ - path : ' /renovate.json5'
9+ reason : ' Renovate configuration'
Original file line number Diff line number Diff line change 22// developed. Dependency updates do not run on the GitHub mirror, so users of
33// the library can ignore this file.
44{
5- $schema : " https://docs.renovatebot.com/renovate-schema.json" ,
6- extends : [
7- " local>deepl-org/deepl/backend/oss-client-libs/ci-libs-for-client-libraries:renovate-client-libraries.json5" ,
8- // Runtime dependencies keep their ranges, npm consumers resolve them.
9- " :pinOnlyDevDependencies" ,
10- ] ,
5+ $schema : ' https://docs.renovatebot.com/renovate-schema.json' ,
6+ extends : [
7+ ' local>deepl-org/deepl/backend/oss-client-libs/ci-libs-for-client-libraries:renovate-client-libraries.json5' ,
8+ // Runtime dependencies keep their ranges, npm consumers resolve them.
9+ ' :pinOnlyDevDependencies' ,
10+ ] ,
1111}
You can’t perform that action at this time.
0 commit comments