Skip to content

Commit a505fa2

Browse files
committed
style: format bot config with prettier
1 parent 5c1c4b6 commit a505fa2

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

.auto-approve.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
paths:
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'

renovate.json5

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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
}

0 commit comments

Comments
 (0)