Skip to content

Commit

Permalink
[core] Add Dependabot Configuration (#618)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricoberger authored Mar 26, 2024
1 parent d3231a5 commit 06b505d
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
assignees:
- "ricoberger"
groups:
github-actions:
patterns:
- "*"

- package-ecosystem: "docker"
directory: "/cmd/kobs"
schedule:
interval: "monthly"
assignees:
- "ricoberger"
groups:
docker:
patterns:
- "*"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
assignees:
- "ricoberger"
groups:
gomod:
patterns:
- "*"

- package-ecosystem: "npm"
directory: "/app"
schedule:
interval: "monthly"
assignees:
- "ricoberger"
groups:
npm:
patterns:
- "*"

0 comments on commit 06b505d

Please sign in to comment.