Skip to content

Commit

Permalink
Add dependabot support
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan authored Oct 17, 2023
1 parent 06f9e5f commit 2dadb9b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
reviewers:
- damyan
assignees:
- damyan

- package-ecosystem: docker
directory: "base"
schedule:
interval: daily
open-pull-requests-limit: 10
reviewers:
- damyan
assignees:
- damyan

- package-ecosystem: docker
directory: "net"
schedule:
interval: daily
open-pull-requests-limit: 10
reviewers:
- damyan
assignees:
- damyan

- package-ecosystem: docker
directory: "dev"
schedule:
interval: daily
open-pull-requests-limit: 10
reviewers:
- damyan
assignees:
- damyan

0 comments on commit 2dadb9b

Please sign in to comment.