Skip to content

Commit e5dab48

Browse files
committed
Various changes.
1 parent 9ff53d1 commit e5dab48

5 files changed

Lines changed: 29 additions & 28 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @nekitdev

.github/FUNDING.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/dependebot.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: github-actions
5+
directory: "/"
6+
7+
labels:
8+
- A-dependencies
9+
- P-normal
10+
- S-triage
11+
12+
schedule:
13+
interval: daily
14+
15+
open-pull-requests-limit: 10
16+
17+
- package-ecosystem: pip
18+
directory: "/"
19+
20+
labels:
21+
- A-dependencies
22+
- P-normal
23+
- S-triage
24+
25+
schedule:
26+
interval: daily
27+
28+
open-pull-requests-limit: 10

docs/credits.md

Lines changed: 0 additions & 26 deletions
This file was deleted.

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ watch:
1212

1313
nav:
1414
- Index: "index.md"
15-
- Credits: "credits.md"
1615

1716
- Server:
1817
- Endpoints:

0 commit comments

Comments
 (0)