Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
depapp authored Dec 10, 2024
1 parent f5e1203 commit 21618ed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
updates:
# Keep npm dependencies up-to-date

- package-ecosystem: "npm"
directory: "/"
schedule:
Expand All @@ -10,7 +10,6 @@ updates:
include: "scope"
open-pull-requests-limit: 10

# Keep GitHub Actions up-to-date
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -19,7 +18,6 @@ updates:
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:
Expand Down

0 comments on commit 21618ed

Please sign in to comment.