Skip to content

Commit

Permalink
Merge pull request #4 from collinmcneese/collinmcneese-patch-1
Browse files Browse the repository at this point in the history
Create dependabot.yml
  • Loading branch information
collinmcneese authored Oct 22, 2024
2 parents ac46848 + 7bf3c50 commit 76ef436
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/docker"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
groups:
npm_and_yarn:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions-deps:
patterns:
- "*"

0 comments on commit 76ef436

Please sign in to comment.