Enable dependabot (#634)

* Enable dependabot

* Add CODEOWNERS
This commit is contained in:
Artem Gavrilov
2023-06-22 16:39:22 +02:00
committed by GitHub
parent 01e7b1819e
commit 9780a01942
2 changed files with 15 additions and 0 deletions

4
.github/CODEOWNERS vendored Normal file
View File

@@ -0,0 +1,4 @@
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# Order is important; the last matching pattern takes the most precedence.
* @svetasmirnova

11
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
---
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"