Skip to content

Commit

Permalink
Adds Gomod to dependabot.yml & Fixes npm
Browse files Browse the repository at this point in the history
  • Loading branch information
lukbukkit committed Oct 6, 2024
1 parent 2f7d10f commit 52e011f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ updates:
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "yarn"
- package-ecosystem: "npm"
directory: "resources/"
schedule:
interval: "monthly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit 52e011f

Please sign in to comment.