Skip to content

Commit

Permalink
Add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Mar 31, 2024
1 parent e277db1 commit f23439a
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
updates:

- package-ecosystem: maven
directory: "/"
schedule:
interval: weekly
time: "10:00"
timezone: Europe/London
reviewers:
- "kafbat/backend"
open-pull-requests-limit: 10
labels:
- "type/dependencies"
- "scope/backend"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
time: "10:00"
timezone: Europe/London
reviewers:
- "kafbat/devops"
open-pull-requests-limit: 10
labels:
- "type/dependencies"
- "scope/infra"

0 comments on commit f23439a

Please sign in to comment.