We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a20869 commit 20bbbffCopy full SHA for 20bbbff
.github/workflows/auto-merge-dependabot.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- name: Dependabot metadata
21
id: metadata
22
- uses: dependabot/fetch-metadata@v2.4.0
+ uses: dependabot/fetch-metadata@v2.5.0
23
with:
24
github-token: "${{ secrets.GITHUB_TOKEN }}"
25
redocly.yaml
@@ -0,0 +1,15 @@
1
+extends:
2
+ - recommended
3
+
4
+rules:
5
+ operation-4xx-response: off
6
+ nullable-type-sibling: off
7
+ no-server-example.com: off
8
+ no-server-trailing-slash: off
9
+ no-unused-components: off
10
+ security-defined: off
11
+ info-license-url: off
12
+ info-license: off
13
+ no-empty-servers: off
14
+ operation-summary: off
15
+ tag-description: off
0 commit comments