Skip to content

Commit

Permalink
dependabot version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
depapp authored Dec 10, 2024
1 parent 5cdd6b1 commit f5e1203
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
version: 2
updates:
# Keep npm dependencies up-to-date
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps"
include: "scope"
open-pull-requests-limit: 10

# Keep GitHub Actions up-to-date
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci"
open-pull-requests-limit: 5

# Keep Docker dependencies up-to-date (if your Next.js app uses Docker)
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "docker"
open-pull-requests-limit: 2

0 comments on commit f5e1203

Please sign in to comment.