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 <ksimon@redhat.com>
  • Loading branch information
ksimon1 committed Dec 4, 2023
1 parent b63fe8f commit 91e06ef
Showing 1 changed file with 69 additions and 0 deletions.
69 changes: 69 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
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.3"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
reviewers:
- 0xFelix
- akrejcir
- codingben
- jcanocan
- ksimon1
- lyarwood
- package-ecosystem: "gomod"
directory: "/"
target-branch: "release-v0.2"
schedule:
interval: "daily"
allow:
- dependency-type: "all"
reviewers:
- 0xFelix
- akrejcir
- codingben
- jcanocan
- ksimon1
- lyarwood
- package-ecosystem: "gomod"
directory: "/"
target-branch: "release-v0.1"
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 91e06ef

Please sign in to comment.