Skip to content

Commit

Permalink
Added code owners and dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
xBlaz3kx authored and lorenzodonini committed Dec 26, 2024
1 parent 51041b3 commit d0914d7
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* @lorenzodonini

22 changes: 22 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "lorenzodonini"

- package-ecosystem: "docker"
directory: "/example/"
schedule:
interval: "monthly"
reviewers:
- "lorenzodonini"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "lorenzodonini"

0 comments on commit d0914d7

Please sign in to comment.