Skip to content

Commit

Permalink
feat: dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Dec 20, 2024
1 parent 16590e4 commit 55cdf6e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/src/UI"
schedule:
interval: "daily"

- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "laravel/framework"
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"illuminate/contracts": "^10|^11",
"illuminate/support": "^10|^11",
"illuminate/view": "^10|^11",
"lee-to/fast-attributes": "^0.1.0",
"lee-to/fast-attributes": "^0.1",
"lee-to/laravel-package-command": "^0.9",
"nyholm/psr7": "^1",
"nyholm/psr7": "^1.8",
"php": "^8.2",
"symfony/psr-http-message-bridge": "^7"
"symfony/psr-http-message-bridge": "^7.2"
},
"require-dev": {
"moonshine/import-export": "^1.0",
Expand Down
6 changes: 3 additions & 3 deletions src/Laravel/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"ext-curl": "*",
"ext-json": "*",
"lee-to/laravel-package-command": "^0.9",
"lee-to/fast-attributes": "^0.1.0",
"symfony/psr-http-message-bridge": "^7",
"nyholm/psr7": "^1",
"lee-to/fast-attributes": "^0.1",
"symfony/psr-http-message-bridge": "^7.2",
"nyholm/psr7": "^1.8",
"moonshine/contracts": "^3.0",
"moonshine/asset-manager": "^3.0",
"moonshine/color-manager": "^3.0",
Expand Down

0 comments on commit 55cdf6e

Please sign in to comment.