Skip to content

Commit

Permalink
feat: dependabot v2 config for all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
knechtionscoding committed Feb 9, 2024
1 parent ef92688 commit 223cfaa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .dependabot/config.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
version: 2
updates:
- package-ecosystem: "npm"
directory: "/ui"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

0 comments on commit 223cfaa

Please sign in to comment.