Skip to content

Commit

Permalink
feat: introduce dependabot config
Browse files Browse the repository at this point in the history
this PR introduces dependabot config for main and other
release branches.

Signed-off-by: Karel Simon <[email protected]>
  • Loading branch information
ksimon1 committed Dec 4, 2023
1 parent 9accec6 commit 794e4ef
Showing 1 changed file with 83 additions and 0 deletions.
83 changes: 83 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
reviewers:
- 0xFelix
- akrejcir
- codingben
- jcanocan
- ksimon1
- lyarwood
- package-ecosystem: "gomod"
directory: "/"
target-branch: "release-v0.18"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
reviewers:
- 0xFelix
- akrejcir
- codingben
- jcanocan
- ksimon1
- lyarwood
- package-ecosystem: "gomod"
directory: "/"
target-branch: "release-v0.17"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
reviewers:
- 0xFelix
- akrejcir
- codingben
- jcanocan
- ksimon1
- lyarwood
- package-ecosystem: "gomod"
directory: "/"
target-branch: "release-v0.16"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
reviewers:
- 0xFelix
- akrejcir
- codingben
- jcanocan
- ksimon1
- lyarwood
- package-ecosystem: "gomod"
directory: "/"
target-branch: "release-v0.15"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
reviewers:
- 0xFelix
- akrejcir
- codingben
- jcanocan
- ksimon1
- lyarwood
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- 0xFelix
- akrejcir
- codingben
- jcanocan
- ksimon1
- lyarwood

0 comments on commit 794e4ef

Please sign in to comment.